From: Kern Sibbald Date: Thu, 18 Feb 2010 11:08:30 +0000 (+0100) Subject: Tweak debug X-Git-Tag: Release-5.0.1~44 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b1af9d1b6157f8a9821fbdb82510d988e9fc31d7;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);