]> git.sur5r.net Git - bacula/bacula/commitdiff
Update kernstodo + add newline in message
authorKern Sibbald <kern@sibbald.com>
Tue, 26 Apr 2005 15:22:48 +0000 (15:22 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 26 Apr 2005 15:22:48 +0000 (15:22 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1959 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kernstodo
bacula/src/dird/ua_restore.c

index 0ed8b654ae2e30dcc443ad7bbcc7574b8594959e..eb65aeae6a6b1dd8866bb23e3c7aa390b2f59298 100644 (file)
@@ -21,6 +21,7 @@ Version 1.37                Kern (see below)
      bimagemgr.
 ##   Consider moving docs to their own project.
 ##   Move rescue to its own project.
+##   Create a new GUI chapter explaining all the GUI programs.
 
 Autochangers:
 - 3. Prevent two drives requesting the same Volume in any given
@@ -51,7 +52,6 @@ For 1.37:
 - Implement a way an Admin Job can prune, possibly multiple
   clients -- Python script?
 - Implement "NewVolumeEachJob = yes|no" in Dir.
-- Create a new GUI chapter explaining all the GUI programs.
 - Look at Preben's acl.c error handling code.
 - Implement Maximum Job Spool Size
 - Remove all old Device resource code in Dir and code to pass it
@@ -1323,4 +1323,3 @@ Block Position: 0
 - Look at dird_conf.c:1000: warning: `int size' 
   might be used uninitialized in this function
 - Indicate when a Job is purged/pruned during restore.
-
index 59947a36d52d5b60a40602ee46d7dcf9b5870b26..9189c234b54c052841385d01af14c93a84e81d28 100644 (file)
@@ -895,8 +895,8 @@ static bool build_directory_tree(UAContext *ua, RESTORE_CTX *rx)
    }
    if (tree.FileCount == 0) {
       bsendmsg(ua, "\nThere were no files inserted into the tree, so file selection\n"
-         "is not possible.\nMost likely your retention policy pruned the files\n");
-      if (!get_yesno(ua, _("Do you want to restore all the files? (yes|no): "))) {
+         "is not possible.Most likely your retention policy pruned the files\n");
+      if (!get_yesno(ua, _("\nDo you want to restore all the files? (yes|no): "))) {
          OK = false;
       } else {
          last_JobId = 0;