]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgtop,test: use consistent capitalization for CGroup
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 11 May 2019 07:01:44 +0000 (09:01 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 21 May 2019 08:57:23 +0000 (10:57 +0200)
src/cgtop/cgtop.c
test/TEST-13-NSPAWN-SMOKE/test.sh

index c548be07ca103162af8e45767bf8e020aee95a74..fff6b505cc36fe3ba6c04284ea95eb96e4ca760d 100644 (file)
@@ -930,7 +930,7 @@ static int run(int argc, char *argv[]) {
         r = show_cgroup_get_path_and_warn(arg_machine, arg_root, &root);
         if (r < 0)
                 return log_error_errno(r, "Failed to get root control group path: %m");
-        log_debug("Cgroup path: %s", root);
+        log_debug("CGroup path: %s", root);
 
         a = hashmap_new(&group_hash_ops);
         b = hashmap_new(&group_hash_ops);
index bd85b92caa5cca76a7698619548b43984b87fe08..8252c4b2aaf47b6f34ce3b71c4c76227ab2eebaf 100755 (executable)
@@ -98,7 +98,7 @@ function run {
         return 0
     fi
     if [[ "$2" = "yes" && "$is_cgns_supported" = "no" ]];  then
-        printf "Cgroup namespaces are not supported. Skipping.\n" >&2
+        printf "CGroup namespaces are not supported. Skipping.\n" >&2
         return 0
     fi