From ac25096faa711a2821816b11163e8e5631666fbd Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 18 May 2012 10:12:16 +0200 Subject: [PATCH] Tweak increase debug level to reduce unnecessary debug output --- bacula/src/filed/heartbeat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/heartbeat.c b/bacula/src/filed/heartbeat.c index 26ca962bc6..b27e8998b9 100644 --- a/bacula/src/filed/heartbeat.c +++ b/bacula/src/filed/heartbeat.c @@ -93,7 +93,7 @@ extern "C" void *sd_heartbeat_thread(void *arg) Dmsg2(100, "Got %d bytes from SD. MSG=%s\n", sd->msglen, sd->msg); } } - Dmsg2(100, "wait_intr=%d stop=%d\n", n, is_bnet_stop(sd)); + Dmsg2(200, "wait_intr=%d stop=%d\n", n, is_bnet_stop(sd)); } sd->close(); dir->close(); -- 2.39.5