diff --git a/src/main.c b/src/main.c index 7ee01a5a..ccf8d0ef 100644 --- a/src/main.c +++ b/src/main.c @@ -582,6 +582,7 @@ int main(int argc, char **argv) } ICECAST_LOG_INFO("%s server started", ICECAST_VERSION_STRING); + ICECAST_LOG_INFO("Server's PID is %lli", (long long int)getpid()); __log_system_name(); /* REM 3D Graphics */