From 77599f06e121943b09ca730168a6cbe7f202c782 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 11 May 2019 09:01:44 +0200 Subject: [PATCH] cgtop,test: use consistent capitalization for CGroup --- src/cgtop/cgtop.c | 2 +- test/TEST-13-NSPAWN-SMOKE/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index c548be07ca1..fff6b505cc3 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -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); diff --git a/test/TEST-13-NSPAWN-SMOKE/test.sh b/test/TEST-13-NSPAWN-SMOKE/test.sh index bd85b92caa5..8252c4b2aaf 100755 --- a/test/TEST-13-NSPAWN-SMOKE/test.sh +++ b/test/TEST-13-NSPAWN-SMOKE/test.sh @@ -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 -- 2.39.2