1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-07 01:27:01 +02:00

Adjust logging level.

This commit is contained in:
chrislusf 2015-03-29 14:22:54 -07:00
parent 57496e522a
commit c37a20178e

View file

@ -77,7 +77,7 @@ func NewVolumeServer(adminMux, publicMux *http.ServeMux, ip string,
glog.V(0).Infoln("Volume Server Connected with master at", master)
}
} else {
glog.V(0).Infof("Volume Server Failed to talk with master %+v: %v", vs, err)
glog.V(1).Infof("Volume Server Failed to talk with master %+v: %v", vs, err)
if connected {
connected = false
}