]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/acquire.c
Remove broken run when code
[bacula/bacula] / bacula / src / stored / acquire.c
index 8a312307a35c6409c169acde1dbc082587ca8fd0..c83149328ec12efa58a75ebc448d7e25a9504154 100644 (file)
@@ -548,7 +548,7 @@ bool release_device(DCR *dcr)
       if (status != 0) {
          berrno be;
          Jmsg(jcr, M_ALERT, 0, _("3997 Bad alert command: %s: ERR=%s.\n"),
-              alert, be.strerror(status));
+              alert, be.bstrerror(status));
       }
 
       Dmsg1(400, "alert status=%d\n", status);