mirror of https://gitee.com/bigwinds/arangodb
Add a print for debugging.
This commit is contained in:
parent
64f17d5238
commit
9113732a53
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue