]> johannes.truschnigg.info Git - netconsole-rx/commitdiff
Use | to separate values in startup output
authorJohannes Truschnigg <johannes@truschnigg.info>
Tue, 26 Jul 2022 13:52:25 +0000 (15:52 +0200)
committerJohannes Truschnigg <johannes@truschnigg.info>
Tue, 26 Jul 2022 13:52:25 +0000 (15:52 +0200)
netconsole-rx.lua

index 7b0c8935afabfe767b603f364294038fb01d24a3..6753771e93c527f7acbf69185713838dd1335af8 100755 (executable)
@@ -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 --