]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tvhlog: use text area for subsystems
authorJaroslav Kysela <perex@perex.cz>
Wed, 6 Apr 2016 16:14:11 +0000 (18:14 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 6 Apr 2016 16:14:11 +0000 (18:14 +0200)
src/tvhlog.c

index 7840976808720b8ccfd44782a201366e9b7aed16..1ce85011f519c8d74232ba219ed5c60bf2e40512 100644 (file)
@@ -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,
     },