From: Eric Bollengier Date: Sun, 17 Jan 2010 10:56:50 +0000 (+0100) Subject: Add info message on how to stop the file relocation test X-Git-Tag: Release-5.0.0~70^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c19f2fed935f216c3ec852e6ad76c4b54970667d;p=bacula%2Fbacula Add info message on how to stop the file relocation test --- 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);