|
|
@ -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 |
|
|
|
} |
|
|
|