Fix: consumerd: wrong timer mentioned in error logging
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 15 Mar 2023 20:42:27 +0000 (16:42 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 5 Apr 2024 16:21:18 +0000 (12:21 -0400)
commit66011855c392036ddc8d33e0cbc9eb799dec5448
treeafc6501d1a517f511a693f9ada9f83d57fd7c38c
parenta73d94960e33d71f20cb99ea648cd24d064aabee
Fix: consumerd: wrong timer mentioned in error logging

As its name indicates, consumer_timer_monitor_stop() stops the _monitor_
timer; not the live timer. This is most likely a copy-paste error.

The error logging is fixed to mention the appropriate timer.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I9768408581fc6a06f47892850a3a91669df35188
src/common/consumer/consumer-timer.c
This page took 0.025985 seconds and 4 git commands to generate.