summaryrefslogtreecommitdiff
path: root/logmaster.py
diff options
context:
space:
mode:
Diffstat (limited to 'logmaster.py')
-rwxr-xr-xlogmaster.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/logmaster.py b/logmaster.py
index cdd59df16..89071ffa3 100755
--- a/logmaster.py
+++ b/logmaster.py
@@ -185,6 +185,10 @@ while running:
w.execute(bf)
#stdout("Query OK: %s" % bf)
bf=""
+ ## Command: PING
+ ## Description: Does nothing
+ elif cmd == "PING":
+ pass
## TODO: Integration with the API
else:
stdout("Unrecognized command: %s" % cmd, ERR)