Make logging to comet mailbox work again.

This commit is contained in:
Andreas Öman 2008-08-29 16:07:48 +00:00
parent e07525a0d9
commit 8b74cca72d

2
main.c
View file

@ -385,6 +385,6 @@ tvhlog(int severity, const char *subsys, const char *fmt, ...)
m = htsmsg_create();
htsmsg_add_str(m, "notificationClass", "logmessage");
htsmsg_add_str(m, "logtxt", buf2);
// comet_mailbox_add_message(m);
comet_mailbox_add_message(m);
htsmsg_destroy(m);
}