From c1db0a52143e43adadd2aea027d7d8e76496a52a Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 16 Mar 2007 16:50:55 +0000 Subject: [PATCH] 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 --- bacula/src/dird/msgchan.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.39.5