From: Eric Bollengier Date: Sun, 18 Oct 2009 14:06:12 +0000 (+0000) Subject: fix small typo in restore job output X-Git-Tag: Release-5.0.0~282^2~8^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8712136242a674402aba05538dea95fa315548ed;p=bacula%2Fbacula fix small typo in restore job output --- diff --git a/bacula/src/dird/ua_run.c b/bacula/src/dird/ua_run.c index ab31ada9a4..81e0c087eb 100644 --- a/bacula/src/dird/ua_run.c +++ b/bacula/src/dird/ua_run.c @@ -849,7 +849,7 @@ static bool display_job_parameters(UAContext *ua, JCR *jcr, JOB *job, const char /* RegexWhere is take before RestoreWhere */ if (jcr->RegexWhere || (job->RegexWhere && !jcr->where)) { ua->send_msg(_("Run Restore job\n" - "JobName: f%s\n" + "JobName: %s\n" "Bootstrap: %s\n" "RegexWhere: %s\n" "Replace: %s\n"