]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
subscription: fix typo in unsubscribe log (client)
authorJaroslav Kysela <perex@perex.cz>
Sat, 13 Jun 2015 07:47:59 +0000 (09:47 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sat, 13 Jun 2015 07:48:10 +0000 (09:48 +0200)
src/subscriptions.c

index f7a67f05d379d39333ad7070924f90251ef9cb96..ac3a7feb4e4291bec238782c15db5ec9e935a10c 100644 (file)
@@ -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) {