From: Jaroslav Kysela Date: Sat, 13 Jun 2015 07:47:59 +0000 (+0200) Subject: subscription: fix typo in unsubscribe log (client) X-Git-Tag: v4.0.5~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb03f6985d42ee2f0a78e6716c414e0d24e059a3;p=thirdparty%2Ftvheadend.git subscription: fix typo in unsubscribe log (client) --- diff --git a/src/subscriptions.c b/src/subscriptions.c index f7a67f05d..ac3a7feb4 100644 --- a/src/subscriptions.c +++ b/src/subscriptions.c @@ -583,7 +583,7 @@ subscription_unsubscribe(th_subscription_t *s, int quiet) if (s->ths_username) tvh_strlcatf(buf, sizeof(buf), l, ", username=\"%s\"", s->ths_username); if (s->ths_client) - tvh_strlcatf(buf, sizeof(buf), l, ", username=\"%s\"", s->ths_client); + tvh_strlcatf(buf, sizeof(buf), l, ", client=\"%s\"", s->ths_client); tvhlog(quiet ? LOG_TRACE : LOG_INFO, "subscription", "%04X: %s", shortid(s), buf); if (t) {