Skip to content
GitLab
Menu
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
92bb45dd
Commit
92bb45dd
authored
May 21, 2002
by
Michael Smith
Browse files
missing newlines. oops.
svn path=/trunk/icecast/; revision=3319
parent
fd2ee075
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.c
View file @
92bb45dd
...
...
@@ -151,12 +151,12 @@ static int _start_listening(void)
static
void
_server_proc_init
(
void
)
{
if
(
!
_setup_socket
())
{
fprintf
(
stderr
,
"Could not create listener socket on port %d"
,
config_get_config
()
->
port
);
fprintf
(
stderr
,
"Could not create listener socket on port %d
\n
"
,
config_get_config
()
->
port
);
return
;
}
if
(
!
_start_listening
())
{
fprintf
(
stderr
,
"Failed trying to listen on server socket"
);
fprintf
(
stderr
,
"Failed trying to listen on server socket
\n
"
);
return
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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