Print UTF-8 SI suffix only when allowed by the locale
[lttng-tools.git] / src / bin / lttng / commands / create.c
index 60ca1f5d45fc7e0b6271f022b382d9ff8ce9a162..d2741c37309239697ab9d7b30fed98ee5011f2c9 100644 (file)
@@ -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) {
This page took 0.022881 seconds and 4 git commands to generate.