Skip to content

Commit

Permalink
Tweak report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Nov 16, 2015
1 parent 698c4f6 commit f4eb789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dird/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ void migration_cleanup(JCR *jcr, int TermCode)
HOST_OS, DISTNAME, DISTVER,
edit_uint64(jcr->previous_jr.JobId, ec6),
jcr->previous_jr.Job,
mig_jcr ? edit_uint64(mig_jcr->jr.JobId, ec7) : "0",
mig_jcr ? edit_uint64(mig_jcr->jr.JobId, ec7) : _("*None*"),
edit_uint64(jcr->jr.JobId, ec8),
jcr->jr.Job,
level_to_str(jcr->getJobLevel()),
Expand All @@ -1767,7 +1767,7 @@ void migration_cleanup(JCR *jcr, int TermCode)
edit_uint64_with_commas(jcr->SDJobBytes, ec2),
edit_uint64_with_suffix(jcr->SDJobBytes, ec3),
(float)kbps,
mig_jcr ? mig_jcr->VolumeName : "",
mig_jcr ? mig_jcr->VolumeName : _("*None*"),
jcr->VolSessionId,
jcr->VolSessionTime,
edit_uint64_with_commas(mr.VolBytes, ec4),
Expand Down

0 comments on commit f4eb789

Please sign in to comment.