From 166f4a6358b79385bd766e7d52b7fbe9b94d2e95 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 15 Nov 2013 23:35:22 +0000
Subject: [PATCH] reduce excessive logging

---
 node/icecast.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/node/icecast.go b/node/icecast.go
index d36b08ab..3d40a993 100644
--- a/node/icecast.go
+++ b/node/icecast.go
@@ -2,7 +2,6 @@ package node
 
 import (
 	"errors"
-	"log"
 	"os"
 	"os/exec"
 )
@@ -33,7 +32,6 @@ func (ic *IcecastController) reload() error {
 
 func (ic *IcecastController) Update(conf *ClusterConfig, isMaster bool, masterAddr string) error {
 	if !isMaster && masterAddr == "" {
-		log.Printf("system in unknown state (no master) - update aborted")
 		return errors.New("unknown system state")
 	}
 
-- 
GitLab