Skip to content

Commit

Permalink
Add package name being inspected in the cp view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
larama-uber committed Nov 26, 2021
1 parent ff135cd commit dc34ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func main() {
fmt.Printf("\n⤏ %s ", tag)
c := line.PriorityColor()
c.Printf("%s", prio)
fmt.Printf(" [%s][%s][%s][%s] ", brand, sdk, serialno, abi)
fmt.Printf(" [%s][%s][%s][%s][%s] ", packageName, brand, sdk, serialno, abi)
fmt.Printf("\n\n")
}
fmt.Printf("%s", message)
Expand Down

0 comments on commit dc34ff4

Please sign in to comment.