From cc0f62df89d5aed7af052cf6b63ad45eecd62f38 Mon Sep 17 00:00:00 2001
From: Philipp Schafft <lion@lion.leolix.org>
Date: Sat, 16 Jun 2018 17:27:59 +0000
Subject: [PATCH] Update: Log PID on process startup.

---
 src/main.c | 1 +
 1 file changed, 1 insertion(+)

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