mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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
|
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 {
|
||||||
|
Reference in New Issue
Block a user