report PID at startup
This commit is contained in:
parent
2bd7b46623
commit
f1bd5df29d
|
@ -168,7 +168,7 @@ main
|
|||
}
|
||||
#endif //WIN32
|
||||
|
||||
LINF("Starting hermes");
|
||||
LINF("Starting hermes with pid "+Utils::inttostr(getpid()));
|
||||
try
|
||||
{
|
||||
server.init();
|
||||
|
|
Loading…
Reference in a new issue