From: Alain Spineux Date: Wed, 28 Oct 2015 20:41:14 +0000 (+0100) Subject: tweak remove a Dmsg X-Git-Tag: Release-7.4.0~184 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0a68ecbbe668f11d9245481eac6c1f5c3d878385;p=bacula%2Fbacula tweak remove a Dmsg --- 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;