diff --git a/src/utils.rs b/src/utils.rs index e515ddb..e68aca7 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -96,7 +96,7 @@ pub async fn liveness_check(source: &str,cntrllrs: &Vec,serverstring: & } } } else { - if debug > 1 { + if debug > 2 { println!("Remote checking connection from {} to {} for {} -> {}",&check_cntrllr.sshaccess.host,&serverstring,&source,&tsk_name); } let vec_serverstring: Vec<&str> = serverstring.split(':').collect();