From 0a68ecbbe668f11d9245481eac6c1f5c3d878385 Mon Sep 17 00:00:00 2001 From: Alain Spineux Date: Wed, 28 Oct 2015 21:41:14 +0100 Subject: [PATCH] tweak remove a Dmsg --- bacula/src/stored/block_util.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bacula/src/stored/block_util.c b/bacula/src/stored/block_util.c index f40b8e1110..38b9958846 100644 --- a/bacula/src/stored/block_util.c +++ b/bacula/src/stored/block_util.c @@ -276,9 +276,6 @@ bool unser_block_header(JCR *jcr, DEVICE *dev, DEV_BLOCK *block) ASSERT(unser_length(block->buf) == BLKHDR1_LENGTH); Id[BLKHDR_ID_LENGTH] = 0; - char buf[512]; - Dmsg3(0, "len=%d block = %s (id=%s)\n", block->block_len, hexdump(block->buf, MIN(block->block_len, 512), buf, sizeof(buf)), Id); - if (Id[3] == '1') { bhl = BLKHDR1_LENGTH; block->BlockVer = 1; -- 2.39.5