summaryrefslogtreecommitdiff
path: root/host-control
diff options
context:
space:
mode:
Diffstat (limited to 'host-control')
-rwxr-xr-xhost-control3
1 files changed, 2 insertions, 1 deletions
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]