Skip to content
Commit 5b0b39ed authored by Simon McVittie's avatar Simon McVittie
Browse files

xdp: Send messages to stderr, not stdout



This is done for two reasons:

1. Logging on stdout can interfere with machine-readable protocols.

2. stdout is normally fully buffered, whereas stderr is normally
   line-buffered. It's a lot easier to debug the service when messages
   don't lag behind.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 089e72bb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment