]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/job.c
Escape filenames in restore command
[bacula/bacula] / bacula / src / stored / job.c
index b05d5ec458d1145edef30c626333bb99921b5e70..432238ee7b0b17aaa9193db7acfd71abfb8e0bc6 100644 (file)
@@ -44,7 +44,7 @@ static char use_device[] = "use device=%s media_type=%s pool_name=%s pool_type=%
 /* Responses sent to Director daemon */
 static char OKjob[]     = "3000 OK Job SDid=%u SDtime=%u Authorization=%s\n";
 static char OK_device[] = "3000 OK use device\n";
-static char NO_device[] = "3914 Device %s not available\n";
+static char NO_device[] = "3914 Device %s does not exist\n";
 static char BAD_use[]   = "3913 Bad use command: %s\n";
 static char BAD_job[]   = "3915 Bad Job command: %s\n";