mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Corrected logging format string
This commit is contained in:
parent
e1521749d3
commit
8e69ca81bc
@ -214,7 +214,7 @@ void source_clear_source (source_t *source)
|
|||||||
{
|
{
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
ICECAST_LOG_DEBUG("clearing source \"%s\"", source->mount);
|
ICECAST_LOG_DEBUG("clearing source %#H", source->mount);
|
||||||
|
|
||||||
avl_tree_wlock (source->pending_tree);
|
avl_tree_wlock (source->pending_tree);
|
||||||
client_destroy(source->client);
|
client_destroy(source->client);
|
||||||
|
Loading…
Reference in New Issue
Block a user