Signed-off-by: Nikola Forró <nfo...@redhat.com> --- src/api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api.c b/src/api.c index 6ddab01..feee4e1 100644 --- a/src/api.c +++ b/src/api.c @@ -632,7 +632,7 @@ static int cgroup_parse_rules_file(char *filename, bool cache, uid_t muid, uid = CGRULE_INVALID; gid = grp->gr_gid; } else { - cgroup_dbg("Warning: Entry for %s not" + cgroup_warn("Warning: Entry for %s not" "found. Skipping rule on line" " %d.\n", itr, linenum); skipped = true; @@ -649,7 +649,7 @@ static int cgroup_parse_rules_file(char *filename, bool cache, uid_t muid, uid = pwd->pw_uid; gid = CGRULE_INVALID; } else { - cgroup_dbg("Warning: Entry for %s not" + cgroup_warn("Warning: Entry for %s not" "found. Skipping rule on line" " %d.\n", user, linenum); skipped = true; -- 2.17.0 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel