From bb03f6985d42ee2f0a78e6716c414e0d24e059a3 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 13 Jun 2015 09:47:59 +0200 Subject: [PATCH] subscription: fix typo in unsubscribe log (client) --- src/subscriptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3