Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
htsp: remove newline from subscribe debug log
  • Loading branch information
perexg committed Oct 28, 2015
1 parent 22176e5 commit 240f73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htsp_server.c
Expand Up @@ -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,
Expand Down

0 comments on commit 240f73a

Please sign in to comment.