From: Zbigniew Jędrzejewski-Szmek Date: Sat, 11 May 2019 07:01:44 +0000 (+0200) Subject: cgtop,test: use consistent capitalization for CGroup X-Git-Tag: v243-rc1~383^2~11 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=77599f06e121943b09ca730168a6cbe7f202c782;p=systemd%2F.git cgtop,test: use consistent capitalization for CGroup --- diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index c548be07ca..fff6b505cc 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 bd85b92caa..8252c4b2aa 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