]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak debug
authorKern Sibbald <kern@sibbald.com>
Thu, 18 Feb 2010 11:08:30 +0000 (12:08 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:32 +0000 (16:49 +0200)
bacula/src/stored/mount.c

index 6ad3f9c5b84559cb86750539bb3a56284871bb96..ab65753a7433776eb82159c65f5ff83e1d73c464 100644 (file)
@@ -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);