Merge pull request from Akasurde/5244_follow_up

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

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