mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
Fill missing arg in log
This commit is contained in:
parent
c65d7b082c
commit
f129d97262
@ -743,7 +743,7 @@ func setNewReplicaSetAnnotations(deployment *extensions.Deployment, rs *extensio
|
|||||||
if rs.Annotations[deploymentutil.RevisionAnnotation] != newRevision {
|
if rs.Annotations[deploymentutil.RevisionAnnotation] != newRevision {
|
||||||
rs.Annotations[deploymentutil.RevisionAnnotation] = newRevision
|
rs.Annotations[deploymentutil.RevisionAnnotation] = newRevision
|
||||||
annotationChanged = true
|
annotationChanged = true
|
||||||
glog.V(4).Infof("updating replica set %q's revision to %s - %+v\n", rs.Name, newRevision)
|
glog.V(4).Infof("updating replica set %q's revision to %s - %+v\n", rs.Name, newRevision, rs)
|
||||||
}
|
}
|
||||||
return annotationChanged
|
return annotationChanged
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user