]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
htsp: remove newline from subscribe debug log
authorJaroslav Kysela <perex@perex.cz>
Wed, 28 Oct 2015 18:03:55 +0000 (19:03 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 28 Oct 2015 18:03:55 +0000 (19:03 +0100)
src/htsp_server.c

index 85331efb34e44c1e3b69bc2ca5935dfadfade5b3..52bcf8446a155dc8805fc31b6963001d4e087a0f 100644 (file)
@@ -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,