From: Eric Bollengier Date: Fri, 31 Jul 2009 08:48:09 +0000 (+0200) Subject: tweak output X-Git-Tag: Release-5.0.0~350 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7d1c79f24e0aad7491ef7132d81d3c04ffed369d;p=bacula%2Fbacula tweak output --- diff --git a/bacula/src/dird/backup.c b/bacula/src/dird/backup.c index dbe5e3912d..91658ecb46 100644 --- a/bacula/src/dird/backup.c +++ b/bacula/src/dird/backup.c @@ -183,7 +183,7 @@ bool send_accurate_current_files(JCR *jcr) goto bail_out; } jcr->HasBase = true; - Jmsg1(jcr, M_INFO, 0, _("Using BaseJobId(s) %s\n"), jobids); + Jmsg(jcr, M_INFO, 0, _("Using BaseJobId(s): %s\n"), jobids); } else { /* For Incr/Diff level, we search for older jobs */