]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
cgclassify: fix error message
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 1 Nov 2021 20:28:42 +0000 (14:28 -0600)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 1 Nov 2021 20:28:47 +0000 (14:28 -0600)
Fix the typo in the error message, while trying to parse the cgroup to
place the task.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit ef2299a3edaadcfbb70bf741deea0ee4a3d510a4)

src/tools/cgclassify.c

index 0a1971525045fd411113bb08ea716dbc3bd975e5..ee1b60cd88e1dc92a5516a837f14d3517b14949c 100644 (file)
@@ -146,7 +146,7 @@ int main(int argc, char *argv[])
                        ret = parse_cgroup_spec(cgroup_list, optarg,
                                        CG_HIER_MAX);
                        if (ret) {
-                               fprintf(stderr, "cgroup controller and path"
+                               fprintf(stderr, "cgroup controller and path "
                                                "parsing failed\n");
                                return -1;
                        }