summaryrefslogtreecommitdiff
path: root/heartbeatclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'heartbeatclient.c')
-rw-r--r--heartbeatclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heartbeatclient.c b/heartbeatclient.c
index f95c335..82546b1 100644
--- a/heartbeatclient.c
+++ b/heartbeatclient.c
@@ -145,7 +145,7 @@ int main_loop(int serial_fd, int cmd_fd, options_t* opt)
log_printf(WARNING, "timeout reached, switching to standby");
send_string(cmd_fd, "mode standby\n");
active = 0;
- log_printf(WARNING, "deactivated timeout");
+ log_printf(NOTICE, "deactivated timeout");
time = 0;
}
continue;