We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baff523 commit 6abb4adCopy full SHA for 6abb4ad
pkg/gc/flannel_gc.go
@@ -210,9 +210,9 @@ func (gc *flannelGC) shouldCleanup(cid string) bool {
210
}
211
212
213
- glog.Warningf("Error inspect container %s: %v", cid, err)
+ glog.Warningf("Recognized Error inspect container %s: %v", cid, err)
214
} else {
215
+ glog.Warningf("Unrecognized Error inspect container %s: %v", cid, err)
216
217
218
if c != nil && (c.State == criapi.PodSandboxState_SANDBOX_NOTREADY) {
0 commit comments