1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Update: Log PID on process startup.

This commit is contained in:
Philipp Schafft 2018-06-16 17:27:59 +00:00
parent 425ad9d3dd
commit cc0f62df89

View File

@ -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 */