Fix: consumerd: wrong timer mentioned in error logging
[lttng-tools.git] / src / common / consumer / consumer-timer.c
index a16ae2eb95a50eda2e6a83e12aeb11b14babff1c..b6bde28b323dbd37b14bec868f87bddf7a2de27c 100644 (file)
@@ -534,7 +534,7 @@ int consumer_timer_monitor_stop(struct lttng_consumer_channel *channel)
        ret = consumer_channel_timer_stop(&channel->monitor_timer,
                        LTTNG_CONSUMER_SIG_MONITOR);
        if (ret == -1) {
-               ERR("Failed to stop live timer");
+               ERR("Failed to stop monitor timer");
                goto end;
        }
 
This page took 0.022802 seconds and 4 git commands to generate.