From ce7f203b8931188788942ae5a70e2d99c1204f02 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Mon, 8 Aug 2022 09:30:41 +0200 Subject: qrserver -> container --- vespalog/src/logctl/logctl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vespalog') diff --git a/vespalog/src/logctl/logctl.cpp b/vespalog/src/logctl/logctl.cpp index 478e5e471fb..4cf44e9cd22 100644 --- a/vespalog/src/logctl/logctl.cpp +++ b/vespalog/src/logctl/logctl.cpp @@ -41,8 +41,8 @@ usage(const char *name) "are controlled:\n" " x. : Matches only component x\n" " x : Matches component x and all its sub-components\n\n" - "Example: %s qrserver:log all=on,spam=off,debug=off : For service\n" - "qrserver, set log and all sub-components of log to enable all\n" + "Example: %s container:log all=on,spam=off,debug=off : For service\n" + "container, set log and all sub-components of log to enable all\n" "except spam and debug.\n\n", name, name, name); } -- cgit v1.2.3