X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Flib%2Fmem_pool.c;h=f5c2b5f11e17ae5dae7c3f0d7897474d1ed51856;hb=f5727a2417ede1709c78329eceee239a88f6bf84;hp=2cef7c32e9ad374406947ebc16ed2f4c2c9d0c86;hpb=0da0e454b2bc05001b0f4c9d151a9e57c54ff243;p=bacula%2Fbacula diff --git a/bacula/src/lib/mem_pool.c b/bacula/src/lib/mem_pool.c index 2cef7c32e9..f5c2b5f11e 100644 --- a/bacula/src/lib/mem_pool.c +++ b/bacula/src/lib/mem_pool.c @@ -395,12 +395,12 @@ static const char *pool_name(int pool) */ void print_memory_pool_stats() { - Dmsg0(-1, "Pool Maxsize Maxused Inuse\n"); + Pmsg0(-1, "Pool Maxsize Maxused Inuse\n"); for (int i=0; i<=PM_MAX; i++) - Dmsg4(-1, "%5s %7d %7d %5d\n", pool_name(i), pool_ctl[i].max_allocated, + Pmsg4(-1, "%5s %7d %7d %5d\n", pool_name(i), pool_ctl[i].max_allocated, pool_ctl[i].max_used, pool_ctl[i].in_use); - Dmsg0(-1, "\n"); + Pmsg0(-1, "\n"); } #else