Add missing format argument
This commit is contained in:
parent
79846a46b1
commit
6f9b900343
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ subscription_create_from_transport(th_transport_t *t, const char *name,
|
|||
subscription_unsubscribe(s);
|
||||
|
||||
tvhlog(LOG_INFO, "subscription",
|
||||
"\"%s\" direct subscription failed");
|
||||
"\"%s\" direct subscription failed", name);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue