]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bpipe.c
Win32 fix -- remove debug O_NONBLOCK code
[bacula/bacula] / bacula / src / lib / bpipe.c
index 03b7e3501785bc5e6c06f6b41af3b33e0b663a74..03a1ee1a7f0e766b8dfb5f053d1f7f1ab0205605 100644 (file)
@@ -279,7 +279,7 @@ int run_program(char *prog, int wait, POOLMEM *results)
              * by the watchdog. */
             if (bpipe->timer_id->killed) {
                stat1 = ETIME;
-               pm_strcat(results, "Program killed by Bacula watchdog (timeout)\n");
+               pm_strcat(results, _("Program killed by Bacula watchdog (timeout)\n"));
             }
          }
       }
@@ -354,7 +354,7 @@ int run_program_full_output(char *prog, int wait, POOLMEM *results)
          if (bpipe->timer_id) {
             Dmsg1(100, "Run program fgets killed=%d\n", bpipe->timer_id->killed);
             if (bpipe->timer_id->killed) {
-               pm_strcat(tmp, "Program killed by Bacula watchdog (timeout)\n");
+               pm_strcat(tmp, _("Program killed by Bacula watchdog (timeout)\n"));
                stat1 = ETIME;
                break;
             }