Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
cc0f62df
Commit
cc0f62df
authored
Jun 16, 2018
by
Philipp Schafft
🦁
Browse files
Update: Log PID on process startup.
parent
425ad9d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
cc0f62df
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment