]> git.sur5r.net Git - bacula/bacula/commitdiff
fix typo in ActionOnPurge code
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Oct 2009 08:53:06 +0000 (08:53 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 18 Oct 2009 08:53:06 +0000 (08:53 +0000)
bacula/src/dird/ua_update.c

index 5fd7619cf20bbd6798d8d9b0422c930f315cbcb6..02b33510ef6398e13d0245829b1aa246a798d8de 100644 (file)
@@ -485,7 +485,7 @@ static void update_vol_actiononpurge(UAContext *ua, char *val, MEDIA_DBR *mr)
       ua->error_msg(_("Error updating media record ActionOnPurge: ERR=%s"),
                     db_strerror(ua->db));
    } else {
-      ua->info_msg(_("New ActionOnPurge is: %d\n"), 
+      ua->info_msg(_("New ActionOnPurge is: %s\n"), 
                    aop_to_str(mr->ActionOnPurge, ret));
    }
 }