From 6753b31dd30e06cfa65288260cf18c75d1dc998f Mon Sep 17 00:00:00 2001 From: Alain Spineux Date: Wed, 28 Oct 2015 13:14:27 +0100 Subject: [PATCH] fix syntax error dmsg4 instead of dmsg3 and use %p instead of %x --- bacula/src/stored/block_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/block_util.c b/bacula/src/stored/block_util.c index a96d2611a3..f40b8e1110 100644 --- a/bacula/src/stored/block_util.c +++ b/bacula/src/stored/block_util.c @@ -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); -- 2.39.5