Commit fa4fdf5
committed
broker: clean up ipaddr log message in PMI boot
Problem: when ipaddr_getprimary() fails during PMI bootstrap, the
broker prints the textual error plus, unnecessarily, the errno string.
This results in messages like this:
flux-broker: could not find address of badiface: Success
Drop the errno string suffix.1 parent 259d90d commit fa4fdf5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments