cgtop,test: use consistent capitalization for CGroup

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-05-11 09:01:44 +02:00
parent d7c5b3ec3e
commit 77599f06e1
2 changed files with 2 additions and 2 deletions

View 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);

View File

@ -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