From: Alain Spineux Date: Wed, 28 Oct 2015 12:14:27 +0000 (+0100) Subject: fix syntax error X-Git-Tag: Release-7.4.0~185 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6753b31dd30e06cfa65288260cf18c75d1dc998f;p=bacula%2Fbacula fix syntax error dmsg4 instead of dmsg3 and use %p instead of %x --- 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);