]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak remove a Dmsg
authorAlain Spineux <alain@baculasystems.com>
Wed, 28 Oct 2015 20:41:14 +0000 (21:41 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 21 Nov 2015 17:44:52 +0000 (09:44 -0800)
bacula/src/stored/block_util.c

index f40b8e1110b7413d6084b848ef21b50f7ef0529f..38b9958846ec3e6f7a85e17d032576318d2bfc6a 100644 (file)
@@ -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;