Commit 7ddd55a
committed
Fix a debugging log message
We were incorrectly printing that a 3.13.7 process was 3.13.70 because
we would always print the serial number (always 0 for a final release)
whenever the release level was not a null string - and for final
releases, we had it set to the empty string.
Fix this to check for empty strings, instead, and ensure we never set it
to a null string, instead using a recognizable sentinel for invalid
release levels.
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>1 parent 134db1d commit 7ddd55a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments