X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Fcommands%2Fadd_channel.c;fp=lttng%2Fcommands%2Fadd_channel.c;h=0fb0e25938a5bc929b9858385c3aee7944f00100;hp=0cc8e4baa0b43ff2e1757d6d2e3926e62a1d6562;hb=7d452e122923ade6f4dc7a6e21bef105851d79e3;hpb=24ccb5f387f66603973a447728262c744e9a7218 diff --git a/lttng/commands/add_channel.c b/lttng/commands/add_channel.c index 0cc8e4baa..0fb0e2593 100644 --- a/lttng/commands/add_channel.c +++ b/lttng/commands/add_channel.c @@ -144,7 +144,7 @@ static void init_channel_config(void) chan.attr.num_subbuf = DEFAULT_CHANNEL_SUBBUF_NUM; chan.attr.switch_timer_interval = DEFAULT_CHANNEL_SWITCH_TIMER; chan.attr.read_timer_interval = DEFAULT_CHANNEL_READ_TIMER; - chan.attr.output = DEFAULT_CHANNEL_OUTPUT; + chan.attr.output = DEFAULT_KERNEL_CHANNEL_OUTPUT; } /*