Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tvhlog: use text area for subsystems
  • Loading branch information
perexg committed Apr 6, 2016
1 parent 596f711 commit e7c980d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tvhlog.c
Expand Up @@ -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,
},
{
Expand All @@ -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,
},
Expand Down

0 comments on commit e7c980d

Please sign in to comment.