1
0
Fork 0

improve error message

This commit is contained in:
jsteemann 2019-11-19 16:51:01 +01:00
parent ade2c65224
commit eeab42a4f6
1 changed files with 2 additions and 1 deletions

View File

@ -1033,7 +1033,8 @@ arangodb::Result processInputDirectory(
<< "Reloading of Foxx services failed: " << res.errorMessage()
<< "- in the cluster Foxx services will be available eventually, On single servers send "
<< "a POST to '/_api/foxx/_local/heal' on the current database, "
<< "with an empty body.";
<< "with an empty body. Please note that any of this is not necessary if the Foxx APIs "
<< "have been turned off on the server using the option `--foxx.api false`.";
}
}