report PID at startup

This commit is contained in:
ps 2011-03-17 20:24:02 +00:00
parent 2bd7b46623
commit f1bd5df29d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ main
}
#endif //WIN32
LINF("Starting hermes");
LINF("Starting hermes with pid "+Utils::inttostr(getpid()));
try
{
server.init();