Fix alert to include src module in msg
[khatus.git] / src / awk / lib / alert.awk
index c043ea8..5e14146 100755 (executable)
@@ -2,5 +2,5 @@ function alert(priority, subject, body) {
     # priority : "low" | "med" | "hi"
     # subject  : string without spaces
     # body     : anything
-    print("OK", "alert", priority, subject, body)
+    print("OK", Module, "alert", priority, subject, body)
 }
This page took 0.026543 seconds and 4 git commands to generate.