Make logging to comet mailbox work again.
This commit is contained in:
parent
e07525a0d9
commit
8b74cca72d
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -385,6 +385,6 @@ tvhlog(int severity, const char *subsys, const char *fmt, ...)
|
||||||
m = htsmsg_create();
|
m = htsmsg_create();
|
||||||
htsmsg_add_str(m, "notificationClass", "logmessage");
|
htsmsg_add_str(m, "notificationClass", "logmessage");
|
||||||
htsmsg_add_str(m, "logtxt", buf2);
|
htsmsg_add_str(m, "logtxt", buf2);
|
||||||
// comet_mailbox_add_message(m);
|
comet_mailbox_add_message(m);
|
||||||
htsmsg_destroy(m);
|
htsmsg_destroy(m);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue