1
0
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:
Michael Smith 2006-03-07 19:27:54 +00:00
parent 36dc9b0c25
commit 9acddcdb8a

View File

@ -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;
}