From 75a0cd6c77525ff154482387e31524469573f219 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 7 Nov 2003 13:54:49 +0000 Subject: [PATCH] Eliminate extra space in message git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@802 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/read_record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/stored/read_record.c b/bacula/src/stored/read_record.c index ea8b513f99..4b0d3a4eba 100644 --- a/bacula/src/stored/read_record.c +++ b/bacula/src/stored/read_record.c @@ -66,7 +66,7 @@ int read_records(JCR *jcr, DEVICE *dev, if (dev_state(dev, ST_EOT)) { DEV_RECORD *trec = new_record(); - Jmsg(jcr, M_INFO, 0, "End of Volume at file %u on device %s, Volume \"%s\"\n", + Jmsg(jcr, M_INFO, 0, "End of Volume at file %u on device %s, Volume \"%s\"\n", dev->file, dev_name(dev), jcr->VolumeName); if (!mount_cb(jcr, dev, block)) { Jmsg(jcr, M_INFO, 0, "End of all volumes.\n"); -- 2.39.5