Commit 097bce2
committed
Merge #24: Don't print a dash if thread name is not known
570db83 Don't print a dash if thread name is not known (Vasil Dimov)
Pull request description:
Normally `ThreadName()` should return `programname-PID/threadname-TID`,
but if the thread name is not known it would return
`programname-PID/-TID`. Change it to return
`programname-PID/TID` instead.
Top commit has no ACKs.
Tree-SHA512: 06c5b85c4f8edc800e37b54c6153c6eb63b34508b93dd75c8e5f06186bda4a4e2b69504b0ec478772db20067de311bc5abc777ef7980c87c228c4ee049d7310a1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
0 commit comments