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:44:07 +0000 (18:44 -0400)
commitaa1f1a266341650a084a96f05ebe8e2a5da2f801
treeba01bd13daabdee4bdc50f8de2468f84b256d582
parent8a5422a0a990db34189f2c159820e36e0ace7dd1
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.025401 seconds and 4 git commands to generate.