]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/bsr.c
Make restore job yes/mod/no print in one command so GUI works.
[bacula/bacula] / bacula / src / dird / bsr.c
index 99145fddfda4cd4f692e65c25e78bc1c820002e4..c1bb42c5135ef1fd7a3ee9923bd92329b230bdb9 100644 (file)
@@ -31,7 +31,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   Bacula® is a registered trademark ofJohn Walker.
+   Bacula® is a registered trademark of John Walker.
    The licensor of Bacula is the Free Software Foundation Europe
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
@@ -253,7 +253,7 @@ uint32_t write_bsr_file(UAContext *ua, RESTORE_CTX &rx)
    err = ferror(fd);
    fclose(fd);
    if (count == 0) {
-      bsendmsg(ua, _("No files found to restore.\n"));
+      bsendmsg(ua, _("No files found to restore/migrate. No bootstrap file written.\n"));
       goto bail_out;
    }
    if (err) {