mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Update: Log PID on process startup.
This commit is contained in:
parent
425ad9d3dd
commit
cc0f62df89
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user