From b615d272427a918316c9b998ee68696c8396bea4 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Thu, 27 Apr 2023 10:45:47 +0200 Subject: host-control: Print host in verbose mode only Signed-off-by: Paul Kocialkowski --- host-control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host-control b/host-control index 478aaa0..25de156 100755 --- a/host-control +++ b/host-control @@ -522,7 +522,8 @@ class host_control(): self.print_message("Unknown host: " + self.host) return 1 - self.print_message("Target host: " + self.host) + if self.verbose: + self.print_message("Target host: " + self.host) action = arguments[0] -- cgit v1.2.3