From 78741ae832bdea1d276f8a0027658100b2bc7d8c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 18 Feb 2010 10:41:52 +0100 Subject: [PATCH] Tweak SD debug code --- bacula/src/stored/askdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5