From e60a36bfb6fb9691149740cbc942076fac405f86 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Tue, 28 May 2019 07:02:45 +0000 Subject: [PATCH] Fix: Corrected log output from --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 6cd4aa16..fcc57c2c 100644 --- a/src/connection.c +++ b/src/connection.c @@ -892,7 +892,7 @@ static void _handle_source_request(client_t *client) ICECAST_LOG_INFO("Source logging in at mountpoint \"%s\" using %s%H%s from %s as role %s", client->uri, - ((method) ? "\"" : "<"), ((method) ? method : "unknown"), ((method) ? "\"" : "<"), + ((method) ? "\"" : "<"), ((method) ? method : "unknown"), ((method) ? "\"" : ">"), client->con->ip, client->role); if (client->parser && client->parser->req_type == httpp_req_source) {