1
1
KAWASHIMA Takahiro 362445d486 Use same prefix format for [host:pid]
Hostname and PID are output as a message prefix in many places in
our code. Their printf-formats were either `[%s:%d]` or `[%s:%05d]`.
This commit changes `[%s:%d]` to `[%s:%05d]`. The latter was more
widely used in our code (including OPAL output system and the signal
handler).

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
2017-06-08 19:35:03 +09:00
..
2015-12-28 13:58:45 +09:00
2017-04-15 09:30:18 -07:00
2015-12-28 13:58:45 +09:00
2015-06-23 20:59:57 -07:00
2017-05-17 01:12:49 -04:00
2017-02-27 15:10:50 +09:00
2017-06-07 00:33:29 -07:00
2015-06-23 20:59:57 -07:00