<div dir="ltr"><div><div><div><div><div>I've come across a couple quirks in how peer logging is generated:<br><br></div>- for debug logging, while the output is normally:<br><br></div>    | <debug-message><br><br></div>  with peer logging, it is instead:<br><br>    |<br></div>    <debug-message><br><br></div><div>  This behaviour was changed in '05 by 9b5be049ddc8387495cef8b91158aaa114f17cd7<br></div><div><br></div><div>- for error messages, while the output is normally:<br><br></div><div>    ERROR: <state#N> <message>. Errno <E>: <strerror-string-for-E><br><br></div><div>  with peer logging, it is instead (note lack of space between strerror() the following string):<br><br></div><div>    <strerror-string-for-E><state#N> <message><br><br>  This behaviour pre-dates history<br><br></div><div>in each case I can't think why.<br><br></div><div>Is there any reason to not change this making it more consistent?<br><br></div><div>Andrew<br><br></div><div><br><br></div></div>