mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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 {
|
||||
rs.Annotations[deploymentutil.RevisionAnnotation] = newRevision
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user