mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #5468 from Akasurde/5244_follow_up
Follow up change from #5244
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user