From: Kern Sibbald Date: Thu, 18 Feb 2010 09:41:52 +0000 (+0100) Subject: Tweak SD debug code X-Git-Tag: Release-7.0.0~2177 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7afa88983a66034572d59d144a921eca09ee9dbf;p=bacula%2Fbacula Tweak SD debug code --- diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index e3a3394ec4..38605b0a20 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -342,7 +342,7 @@ bool dir_update_volume_info(DCR *dcr, bool label, bool update_LastWritten) /* Lock during Volume update */ P(vol_info_mutex); - Dmsg1(100, "Update cat VolFiles=%d\n", dev->file); + Dmsg1(100, "Update cat VolBytes=%lld\n", vol->VolCatBytes); /* Just labeled or relabeled the tape */ if (label) { bstrncpy(vol->VolCatStatus, "Append", sizeof(vol->VolCatStatus));