mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Changed %s -> %#H for client->uri
This commit is contained in:
parent
843aff3266
commit
e428016746
@ -274,7 +274,7 @@ static inline void source_startup(client_t *client)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
client_send_error_by_id(client, ICECAST_ERROR_CON_MOUNT_IN_USE);
|
client_send_error_by_id(client, ICECAST_ERROR_CON_MOUNT_IN_USE);
|
||||||
ICECAST_LOG_WARN("Mountpoint %s in use", client->uri);
|
ICECAST_LOG_WARN("Mountpoint %#H in use", client->uri);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user