summaryrefslogtreecommitdiffstats
path: root/hbeat.c
diff options
context:
space:
mode:
Diffstat (limited to 'hbeat.c')
-rw-r--r--hbeat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hbeat.c b/hbeat.c
index c62aeba..7b5b663 100644
--- a/hbeat.c
+++ b/hbeat.c
@@ -142,8 +142,6 @@ hbeat(hbeat_t hbh)
hbeatp->last_rhost_btime = hbeat;
retval = 1;
} else if (abs(hbeat - hbeatp->last_rhost_btime) > 5) {
- fprintf(stderr, "Host rebooted (%d, %d)\n",
- hbeat, hbeatp->last_rhost_btime);
hbeatp->rhost_state = HOST_REBOOT;
retval = 0;
} else {