From 43677785dda70b1c3b0cde6feb6d525edfe47c04 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 20 Nov 2019 10:58:38 +0100 Subject: [PATCH] improve error message (#10478) --- arangosh/Restore/RestoreFeature.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arangosh/Restore/RestoreFeature.cpp b/arangosh/Restore/RestoreFeature.cpp index f1989eb6c2..f4af1266b7 100644 --- a/arangosh/Restore/RestoreFeature.cpp +++ b/arangosh/Restore/RestoreFeature.cpp @@ -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`."; } }