summaryrefslogtreecommitdiffstats
path: root/cgconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgconfig.c')
-rw-r--r--cgconfig.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgconfig.c b/cgconfig.c
index fab3a72..043678a 100644
--- a/cgconfig.c
+++ b/cgconfig.c
@@ -61,8 +61,7 @@ int main(int argc, char *argv[])
if (ret) {
printf("Loading configuration file %s "
"failed, error: %s\n", filename,
- strerror(errno));
- printf("return code = %d\n", ret);
+ cgroup_strerror(ret));
exit(3);
}
return 0;