Adjust log message

This commit is contained in:
chrislusf 2015-05-23 10:15:16 -07:00
parent 3afa3bea73
commit d3d23e779a

View file

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