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