]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl add message log to identify the device which will be used
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 16 Mar 2007 16:50:55 +0000 (16:50 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 16 Mar 2007 16:50:55 +0000 (16:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4346 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/msgchan.c

index 31d47dab9fcc072cbea02a61252da779c9827567..997f1447a1384b7d6edcfd35b01754369cf1c7ec 100644 (file)
@@ -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;
 }