Merge pull request #5468 from Akasurde/5244_follow_up

Follow up change from #5244
This commit is contained in:
OpenShift Merge Robot
2020-03-12 09:04:12 -04:00
committed by GitHub

View File

@ -167,8 +167,7 @@ func (l *LogLine) String(options *LogOptions) string {
var out string
if options.Multi {
if options.UseName {
cname := l.CName
out = fmt.Sprintf("%s ", cname)
out = l.CName + " "
} else {
cid := l.CID
if len(cid) > 12 {