Print UTF-8 SI suffix only when allowed by the locale
[lttng-tools.git] / src / bin / lttng-sessiond / timer.c
index 9915767657fdbdc790d4b8568cd6ecb710b8a40d..c65df5c2dc132706b1a6335e0d73ecff10eabf00 100644 (file)
@@ -279,8 +279,8 @@ int timer_session_rotation_schedule_timer_start(struct ltt_session *session,
                ret = -1;
                goto end;
        }
-       DBG("Enabling scheduled rotation timer on session \"%s\" (%ui ยตs)", session->name,
-                       interval_us);
+       DBG("Enabling scheduled rotation timer on session \"%s\" (%ui %s)", session->name,
+                       interval_us, USEC_UNIT);
        ret = timer_start(&session->rotation_schedule_timer, session,
                        interval_us, LTTNG_SESSIOND_SIG_SCHEDULED_ROTATION,
                        /* one-shot */ false);
This page took 0.024617 seconds and 4 git commands to generate.