Commit 1c35e3c2 authored by Alexander Block's avatar Alexander Block

Add missing nodeName parameter to log call

parent 076051b9
...@@ -561,7 +561,7 @@ func (oe *operationExecutor) generateVolumesAreAttachedFunc( ...@@ -561,7 +561,7 @@ func (oe *operationExecutor) generateVolumesAreAttachedFunc(
if !check { if !check {
actualStateOfWorld.MarkVolumeAsDetached(volumeSpecMap[spec], nodeName) actualStateOfWorld.MarkVolumeAsDetached(volumeSpecMap[spec], nodeName)
glog.V(1).Infof("VerifyVolumesAreAttached determined volume %q (spec.Name: %q) is no longer attached to node %q, therefore it was marked as detached.", glog.V(1).Infof("VerifyVolumesAreAttached determined volume %q (spec.Name: %q) is no longer attached to node %q, therefore it was marked as detached.",
volumeSpecMap[spec], spec.Name()) volumeSpecMap[spec], spec.Name(), nodeName)
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment