Bring back src module name in messages
[khatus.git] / src / awk / lib / msg_out.awk
index 9207fd0..1a0f813 100755 (executable)
@@ -16,5 +16,5 @@ function msg_out_error(location, msg) {
 }
 
 function msg_out(status, key, val, channel) {
-    print(status, key, val) > channel
+    print(status, Module, key, val) > channel
 }
This page took 0.019528 seconds and 4 git commands to generate.