]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/wait.c
Remove broken run when code
[bacula/bacula] / bacula / src / stored / wait.c
index fe634e45074b27c6140970dbad64660716576db2..d35aab71cef8b7b470157fd11e23aa413b358f84 100644 (file)
@@ -124,7 +124,7 @@ int wait_for_sysop(DCR *dcr)
 
       if (stat == EINVAL) {
          berrno be;
-         Jmsg1(jcr, M_FATAL, 0, _("pthread timedwait error. ERR=%s\n"), be.strerror(stat));
+         Jmsg1(jcr, M_FATAL, 0, _("pthread timedwait error. ERR=%s\n"), be.bstrerror(stat));
          stat = W_ERROR;               /* error */
          break;
       }