1
0
Fork 0
This commit is contained in:
jsteemann 2017-02-13 14:35:14 +01:00
parent d3e3ebf86e
commit 5a1fe3a341
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ actions.defineHttp({
if (e.code === 412) {
let oldValue = ArangoAgency.get('Plan/DBServers/' + body.primary);
actions.resultError(req, res, actions.HTTP_PRECONDITION_FAILED, 0,
'Could not change primary to secondary.')
'Could not change primary to secondary.');
return;
}
throw e;