X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fcreate.c;h=d2741c37309239697ab9d7b30fed98ee5011f2c9;hp=60ca1f5d45fc7e0b6271f022b382d9ff8ce9a162;hb=2a1135fa25ad1fcad3b395e795aa6d41afc90c54;hpb=645a0d9a7c5753b46b2bf239fea98b47729f5b14 diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index 60ca1f5d4..d2741c373 100644 --- a/src/bin/lttng/commands/create.c +++ b/src/bin/lttng/commands/create.c @@ -442,7 +442,7 @@ static int create_session(void) MSG("Traces will be written in %s", print_str_url); if (opt_live_timer) { - MSG("Live timer set to %u usec", opt_live_timer); + MSG("Live timer set to %u %s", opt_live_timer, USEC_UNIT); } } else if (opt_snapshot) { if (print_str_url) {