Fix alert to include src module in msg
[khatus.git] / src / awk / lib / alert.awk
1 function alert(priority, subject, body) {
2 # priority : "low" | "med" | "hi"
3 # subject : string without spaces
4 # body : anything
5 print("OK", Module, "alert", priority, subject, body)
6 }
This page took 0.053363 seconds and 4 git commands to generate.