]> git.sur5r.net Git - bacula/bacula/commitdiff
fix syntax error
authorAlain Spineux <alain@baculasystems.com>
Wed, 28 Oct 2015 12:14:27 +0000 (13:14 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 21 Nov 2015 17:43:38 +0000 (09:43 -0800)
dmsg4 instead of dmsg3 and use %p instead of %x

bacula/src/stored/block_util.c

index a96d2611a36ff5d3c9eebe92dee800e12dfb6956..f40b8e1110b7413d6084b848ef21b50f7ef0529f 100644 (file)
@@ -83,7 +83,7 @@ void dump_block(DEV_BLOCK *b, const char *msg)
    }
 
    if (block_len > 4000000 || block_len < BLKHDR_CS_LENGTH) {
-      Dmsg3(20, "!!!Dump block %s 0x%x blocksize too %s %u\n",
+      Dmsg4(20, "!!!Dump block %s %p blocksize too %s %lu\n",
             msg, b,
             (block_len < BLKHDR_CS_LENGTH)?"small":"big",
             block_len);