From: Jaroslav Kysela Date: Wed, 28 Oct 2015 18:03:55 +0000 (+0100) Subject: htsp: remove newline from subscribe debug log X-Git-Tag: v4.2.1~1753 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=240f73ac2b9ac35626f5c10a89e5ed371edf1dc9;p=thirdparty%2Ftvheadend.git htsp: remove newline from subscribe debug log --- diff --git a/src/htsp_server.c b/src/htsp_server.c index 85331efb3..52bcf8446 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -2145,7 +2145,7 @@ htsp_method_subscribe(htsp_connection_t *htsp, htsmsg_t *in) */ LIST_INSERT_HEAD(&htsp->htsp_subscriptions, hs, hs_link); - tvhdebug("htsp", "%s - subscribe to %s using profile %s\n", + tvhdebug("htsp", "%s - subscribe to %s using profile %s", htsp->htsp_logname, channel_get_name(ch), pro->pro_name ?: ""); hs->hs_s = subscription_create_from_channel(&hs->hs_prch, NULL, weight, htsp->htsp_logname,