Fix: PERROR spam when `tracing` group does not exist
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 15 Sep 2020 20:22:14 +0000 (16:22 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Oct 2020 22:43:44 +0000 (18:43 -0400)
commit8be77cde23f9c882bc53d674aeffa171dc298e58
tree5cc77aaa276a98e0a1f86df35c7cb1ebcaa763dc
parent978644d78122d6ece6f98f2ae3f365aa3e8cb929
Fix: PERROR spam when `tracing` group does not exist

The session daemon prints a PERROR on launch when the tracing group does
not exist. This should not occur when the group simply does not exist as
this is not an error. In that case (ESRCH), a DBG statement is
sufficient.

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