summaryrefslogtreecommitdiff
path: root/src/cgtop
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-11 09:01:44 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-05-21 10:57:23 +0200
commit77599f06e121943b09ca730168a6cbe7f202c782 (patch)
tree06b2b337711650ed443b2cc77d2b2e88b27a7c52 /src/cgtop
parentd7c5b3ec3e5ea446c252c07d30c32170d4d1176a (diff)
downloadsystemd-77599f06e121943b09ca730168a6cbe7f202c782.tar.gz
cgtop,test: use consistent capitalization for CGroup
Diffstat (limited to 'src/cgtop')
-rw-r--r--src/cgtop/cgtop.c2
1 files changed, 1 insertions, 1 deletions
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);