From: Eric Bollengier Date: Fri, 16 Mar 2007 16:50:55 +0000 (+0000) Subject: ebl add message log to identify the device which will be used X-Git-Tag: Release-7.0.0~6766 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1db0a52143e43adadd2aea027d7d8e76496a52a;p=bacula%2Fbacula ebl add message log to identify the device which will be used git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4346 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/dird/msgchan.c b/bacula/src/dird/msgchan.c index 31d47dab9f..997f1447a1 100644 --- a/bacula/src/dird/msgchan.c +++ b/bacula/src/dird/msgchan.c @@ -294,6 +294,8 @@ bool start_storage_daemon_job(JCR *jcr, alist *rstore, alist *wstore) " Storage daemon didn't accept Device \"%s\" command.\n"), device_name.c_str()); } + } else { + Jmsg(jcr, M_INFO, 0, _("Using Device \"%s\"\n"), device_name.c_str()); } return ok; }