From 85e9c328307d3b5a114b0381b990257c9f774b2c Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Fri, 18 Mar 2022 11:56:51 +0100 Subject: [PATCH] fix: [0km] improve logging of favorable outcome for port checking openness Signed-off-by: Valentin Lab --- bin/0km | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/0km b/bin/0km index caa17f5..df63b3c 100755 --- a/bin/0km +++ b/bin/0km @@ -31,6 +31,8 @@ is-port-open() { return 1 fi done + debug " .. $host's port $2 is open." + return 0 } resolve() {