]> git.sur5r.net Git - bacula/bacula/commitdiff
fix small typo in restore job output
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Oct 2009 14:06:12 +0000 (14:06 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Oct 2009 14:06:37 +0000 (14:06 +0000)
bacula/src/dird/ua_run.c

index ab31ada9a4819486ee9ebba0020486bb6babaf3a..81e0c087ebbc95cefa35064374483ff840faafba 100644 (file)
@@ -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"