X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-timer.c;fp=src%2Fcommon%2Fconsumer%2Fconsumer-timer.c;h=b6bde28b323dbd37b14bec868f87bddf7a2de27c;hb=66011855c392036ddc8d33e0cbc9eb799dec5448;hp=a16ae2eb95a50eda2e6a83e12aeb11b14babff1c;hpb=a73d94960e33d71f20cb99ea648cd24d064aabee;p=lttng-tools.git diff --git a/src/common/consumer/consumer-timer.c b/src/common/consumer/consumer-timer.c index a16ae2eb9..b6bde28b3 100644 --- a/src/common/consumer/consumer-timer.c +++ b/src/common/consumer/consumer-timer.c @@ -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; }