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
Marvin Scholz
Icecast-Server
Commits
1ab9b4a8
Commit
1ab9b4a8
authored
Mar 14, 2009
by
Karl Heyes
Browse files
prevent logging lots of failed to reserve relay mountpoint. close #1513
svn path=/icecast/trunk/icecast/; revision=15764
parent
258cb85c
Changes
1
Show whitespace changes
Inline
Side-by-side
src/slave.c
View file @
1ab9b4a8
...
...
@@ -403,7 +403,14 @@ static void check_relay_stream (relay_server *relay)
}
}
else
{
if
(
relay
->
start
==
0
)
{
WARN1
(
"new relay but source
\"
%s
\"
already exists"
,
relay
->
localmount
);
relay
->
start
=
1
;
}
return
;
}
}
do
{
...
...
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