1
0
Fork 0

Add a print for debugging.

This commit is contained in:
Max Neunhoeffer 2014-02-10 13:27:09 +01:00
parent 64f17d5238
commit 9113732a53
1 changed files with 1 additions and 0 deletions

View File

@ -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));
}