]> git.sur5r.net Git - bacula/bacula/commitdiff
Add info message on how to stop the file relocation test
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 17 Jan 2010 10:56:50 +0000 (11:56 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 17 Jan 2010 10:56:50 +0000 (11:56 +0100)
bacula/src/dird/ua_run.c

index f299bd9df970368c2006165f3899bb1ba7fa0eed..5a25811eb483bf3e64f85efa1bf7d7742927e59e 100644 (file)
@@ -621,7 +621,7 @@ try_again_reg:
          ua->send_msg(_("Cannot use your regexp\n"));
          goto try_again_reg;
       }
-
+      ua->send_msg(_("Enter a period (.) to stop this test\n"));
       while (get_cmd(ua, _("Please enter filename to test: "))) {
          apply_bregexps(ua->cmd, regs, &result);
          ua->send_msg(_("%s -> %s\n"), ua->cmd, result);