Add further debug messages for troubleshooting rowbot

This commit is contained in:
Nick Chambers 2021-11-23 20:47:30 -06:00
parent b94a0f0e1d
commit 7cdff45600
1 changed files with 4 additions and 0 deletions

4
rowbot
View File

@ -725,6 +725,10 @@ on_sys_exit_997_annoyatron900() {
if is_running "$alarm_pid"; then
kill -STOP "$alarm_pid"
fi
log_debug "annoyatron900 is dead"
else
log_debug "annoyatron900 was not running"
fi
}