]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tools/cgclassify: fix error msg in find_scope_pid()
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 6 Sep 2023 10:55:20 +0000 (16:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 13 Oct 2023 20:32:13 +0000 (14:32 -0600)
commitaf3813cde73db9d4c7e9dc729225f14d3e7ebce1
treea27e35fefee9aa9acbcc8e828befc23b1444e0be
parentebccb333621891d672b51ba175f7f72c7b212550
tools/cgclassify: fix error msg in find_scope_pid()

Un-split the error message by removing the newline character in the
err() in the find_scope_pid().

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/tools/cgclassify.c