1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Fix: Changed %s -> %#H for client->uri

This commit is contained in:
Philipp Schafft 2022-03-19 13:05:06 +00:00
parent 843aff3266
commit e428016746

View File

@ -274,7 +274,7 @@ static inline void source_startup(client_t *client)
}
} else {
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);
}
}