From e7c980de526418a8731b1e4bc4dd9bdd9eb0efba Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 6 Apr 2016 18:14:11 +0200 Subject: [PATCH] tvhlog: use text area for subsystems --- src/tvhlog.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, }, -- 2.47.3