From: Johannes Truschnigg Date: Tue, 26 Jul 2022 13:52:25 +0000 (+0200) Subject: Use | to separate values in startup output X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=72748791d003a05391859090952ebd8f70524db1;p=netconsole-rx Use | to separate values in startup output --- diff --git a/netconsole-rx.lua b/netconsole-rx.lua index 7b0c893..6753771 100755 --- a/netconsole-rx.lua +++ b/netconsole-rx.lua @@ -100,7 +100,7 @@ end udpl:setsockname("*", listenport) udpl:settimeout(0.1) outp:setvbuf("line") -io.stderr:write("netconsole-rx.lua / pid " .. mypid .. " / input UDP port " .. listenport .. " / output '" .. outfile .. "'\n") +io.stderr:write("netconsole-rx.lua | pid " .. mypid .. " | input UDP port " .. listenport .. " | output '" .. outfile .. "'\n") -- processing loop --