Normalize alert msg
[khatus.git] / src / awk / lib / alert.awk
diff --git a/src/awk/lib/alert.awk b/src/awk/lib/alert.awk
deleted file mode 100755 (executable)
index 5e14146..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-function alert(priority, subject, body) {
-    # priority : "low" | "med" | "hi"
-    # subject  : string without spaces
-    # body     : anything
-    print("OK", Module, "alert", priority, subject, body)
-}
This page took 0.023766 seconds and 4 git commands to generate.