1
0
Fork 0

improve error message (#10478)

This commit is contained in:
Jan 2019-11-20 10:58:38 +01:00 committed by KVS85
parent 8741d338d0
commit 43677785dd
1 changed files with 2 additions and 1 deletions

View File

@ -1039,7 +1039,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`.";
}
}