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-7.0.0~2387^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=06f82683622e0d26356dd7eea95fe69f59972010;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);