]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bls.c
Status cleanup and cancelling FD
[bacula/bacula] / bacula / src / stored / bls.c
index 231fae8315d9d752253283f7752e25f5f5e47291..8052c20e96ccd9faaf3dbea1256982092c0eb20a 100644 (file)
@@ -110,7 +110,7 @@ int main (int argc, char *argv[])
 
          case 'e':                    /* exclude list */
             if ((fd = fopen(optarg, "r")) == NULL) {
-               Pmsg2(0, "Could not open exclude file: %s, ERR=%s\n",
+               Pmsg2(0, _("Could not open exclude file: %s, ERR=%s\n"),
                  optarg, strerror(errno));
               exit(1);
            }