From 2c40bd08ca668e3a7d3d1fb53d91584c568c9fcf Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 18 Feb 2010 12:08:30 +0100 Subject: [PATCH] Tweak debug --- bacula/src/stored/mount.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.2