mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-01-03 14:56:34 -05:00
Oops, fix compilation
svn path=/icecast/trunk/icecast/; revision=10976
This commit is contained in:
parent
36dc9b0c25
commit
9acddcdb8a
@ -287,7 +287,7 @@ static int add_client_to_source (source_t *source, client_t *client)
|
||||
{
|
||||
source_t *next = source_find_mount (source->fallback_mount);
|
||||
if (!next) {
|
||||
ERROR1("Fallback '%s' for full source '%s' not found",
|
||||
ERROR2("Fallback '%s' for full source '%s' not found",
|
||||
source->mount, source->fallback_mount);
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user