Fixes spam from node status updates

The same error is logged in 2 places which is unncessary.
This commit is contained in:
Hemant Kumar 2017-10-19 09:37:07 -04:00
parent e3e2e24cc5
commit e3f0c8bb2d

View File

@ -475,7 +475,6 @@ func (asw *actualStateOfWorld) updateNodeStatusUpdateNeeded(nodeName types.NodeN
// should not happen
errMsg := fmt.Sprintf("Failed to set statusUpdateNeeded to needed %t because nodeName=%q does not exist",
needed, nodeName)
glog.Errorf(errMsg)
return fmt.Errorf(errMsg)
}