diff --git a/js/server/modules/org/arangodb/cluster/kickstarter.js b/js/server/modules/org/arangodb/cluster/kickstarter.js index f2b7b17e67..acf5162b67 100644 --- a/js/server/modules/org/arangodb/cluster/kickstarter.js +++ b/js/server/modules/org/arangodb/cluster/kickstarter.js @@ -297,6 +297,7 @@ launchActions.startServers = function (dispatchers, cmd, isRelaunch) { "..", cmd.arangodPath )); } } + print(arangodPath, args); pids.push(executeExternal(arangodPath, args)); endpoints.push(exchangePort(dispatchers[cmd.dispatcher].endpoint,port)); }