Merge pull request #19945 from Clarifai/fix-formatting

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-09 16:05:00 -08:00
8 changed files with 9 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ func (controller *PersistentVolumeProvisionerController) reconcileClaim(claim *a
claim.Annotations[pvProvisioningRequiredAnnotationKey] = pvProvisioningCompletedAnnotationValue
_, err = controller.client.UpdatePersistentVolumeClaim(claim)
if err != nil {
glog.Error("error updating persistent volume claim: %v", err)
glog.Errorf("error updating persistent volume claim: %v", err)
}
return nil