From c19f2fed935f216c3ec852e6ad76c4b54970667d Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sun, 17 Jan 2010 11:56:50 +0100 Subject: [PATCH] Add info message on how to stop the file relocation test --- bacula/src/dird/ua_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_run.c b/bacula/src/dird/ua_run.c index f299bd9df9..5a25811eb4 100644 --- a/bacula/src/dird/ua_run.c +++ b/bacula/src/dird/ua_run.c @@ -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); -- 2.39.5