]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove double secs in pruning output
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jan 2010 11:02:37 +0000 (12:02 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jan 2010 11:02:37 +0000 (12:02 +0100)
bacula/src/dird/ua_prune.c

index ea36fef8a63676a00cf2a565e10eb4d721e68b43..9e532f4c6bf6b9a5a1e183c714a0b139ce92b59e 100644 (file)
@@ -390,7 +390,7 @@ int prune_jobs(UAContext *ua, CLIENT *client, POOL *pool, int JobType)
     *  and stuff them into the "DeletionCandidates" table.
     */
    edit_utime(now-period, ed1, sizeof(ed1));
-   Jmsg(ua->jcr, M_INFO, 0, _("Begin pruning Jobs older than %s secs.\n"), ed1);
+   Jmsg(ua->jcr, M_INFO, 0, _("Begin pruning Jobs older than %s.\n"), ed1);
    edit_int64(now - period, ed1);
    Mmsg(query, insert_delcand, (char)JobType, ed1, 
         edit_int64(cr.ClientId, ed2));