]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/acquire.c
Use rentrant mysql lib, eliminate race in sql_list, Win32 streams, misc see kes-1.31
[bacula/bacula] / bacula / src / stored / acquire.c
index d26a293423391b4dbf8f8746888d0dc93981dcc7..8599e0b35921ac22793fe1aa7eaf96291e3c9e3c 100644 (file)
@@ -100,11 +100,11 @@ int acquire_device_for_read(JCR *jcr, DEVICE *dev, DEV_BLOCK *block)
          *  error messages when nothing is mounted.
          */
         if (tape_previously_mounted) {
-            Jmsg1(jcr, M_WARNING, 0, "%s", jcr->errmsg);                         
+            Jmsg(jcr, M_WARNING, 0, "%s", jcr->errmsg);                         
         }
         goto default_path;
       default:
-         Jmsg1(jcr, M_WARNING, 0, "%s", jcr->errmsg);
+         Jmsg(jcr, M_WARNING, 0, "%s", jcr->errmsg);
 default_path:
         tape_previously_mounted = 1;
         if (autochanger) {