]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/msgchan.c
Update technotes and version
[bacula/bacula] / 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;
 }