summaryrefslogtreecommitdiff
path: root/heartbeatclient.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-10 16:17:47 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-10 16:17:47 (GMT)
commit5b5a0e9950fa7e191a67cacabe55f1780fed5b5e (patch)
treeae4bd9ee0fc2635741fe6bed54824d01bb9a5030 /heartbeatclient.c
parent475ead22df9433e3a7f41fa88190984a10f86144 (diff)
new listener type: mode
switched to version 1.0 RC1 cleanups
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;