Fix: consumerd: wrong timer mentioned in error logging stable-2.12
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 18:59:18 +0000 (14:59 -0400)
commit4290fa20633867bd6e08ee2478dc7be93f1b0386
treede69f70a8b58ea69119817a2cc3245b2cde10de3
parentda151cc5d0a127c08de59d6861c20a617c192682
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.024825 seconds and 4 git commands to generate.