diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index b6e7680e..582e555c 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -2931,9 +2931,7 @@ func checkTenzirNode() error { return nil } - log.Printf("[DEBUG] Failed to verify Tenzir node on %s: %s", url, err) - - return fmt.Errorf("Tenzir node is not available") + return fmt.Errorf("Tenzir node is not available due to: %s", err) } func createPipeline(command, identifier string) (string, error) {