From: Kern Sibbald Date: Thu, 18 Feb 2010 11:08:30 +0000 (+0100) Subject: Tweak debug X-Git-Tag: Release-5.2.1~1711 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c40bd08ca668e3a7d3d1fb53d91584c568c9fcf;p=bacula%2Fbacula Tweak debug --- diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c index 6ad3f9c5b8..ab65753a74 100644 --- a/bacula/src/stored/mount.c +++ b/bacula/src/stored/mount.c @@ -275,7 +275,8 @@ read_volume: * we need to position to the end of the volume, since we are * just now putting it into append mode. */ - Dmsg0(200, "Device previously written, moving to end of data\n"); + Dmsg1(100, "Device previously written, moving to end of data. Expect %lld bytes\n", + dev->VolCatInfo.VolCatBytes); Jmsg(jcr, M_INFO, 0, _("Volume \"%s\" previously written, moving to end of data.\n"), VolumeName);