From: Jaroslav Kysela Date: Wed, 6 Apr 2016 16:14:11 +0000 (+0200) Subject: tvhlog: use text area for subsystems X-Git-Tag: v4.2.1~714 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7c980de526418a8731b1e4bc4dd9bdd9eb0efba;p=thirdparty%2Ftvheadend.git tvhlog: use text area for subsystems --- diff --git a/src/tvhlog.c b/src/tvhlog.c index 784097680..1ce85011f 100644 --- a/src/tvhlog.c +++ b/src/tvhlog.c @@ -662,6 +662,7 @@ const idclass_t tvhlog_conf_class = { "+linuxdvb,+subscriptions,+mpegts)."), .get = tvhlog_class_debugsubs_get, .set = tvhlog_class_debugsubs_set, + .opts = PO_MULTILINE, .group = 1, }, { @@ -685,7 +686,9 @@ const idclass_t tvhlog_conf_class = { .get = tvhlog_class_tracesubs_get, .set = tvhlog_class_tracesubs_set, #if !ENABLE_TRACE - .opts = PO_RDONLY | PO_HIDDEN, + .opts = PO_RDONLY | PO_HIDDEN | PO_MULTILINE, +#else + .opts = PO_MULTILINE, #endif .group = 1, },