]> git.sur5r.net Git - bacula/bacula/commitdiff
Add error message for truncate command when actiononpurge not set. Fixes bug #2221
authorWanderlei Huttel <wanderlei.huttel@gmail.com>
Sun, 17 Jul 2016 16:18:08 +0000 (18:18 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 17 Jul 2016 16:18:08 +0000 (18:18 +0200)
bacula/src/dird/ua_purge.c

index 31b4b7e4b465a46077754bd2592673babb98ced8..e8f6a77c2ea6e19869220467d49070d036fab03f 100644 (file)
@@ -577,6 +577,8 @@ static void do_truncate_on_purge(UAContext *ua, MEDIA_DBR *mr,
 
    /* Do it only if action on purge = truncate is set */
    if (!(mr->ActionOnPurge & ON_PURGE_TRUNCATE)) {
+      ua->error_msg(_("\nThe option \"Action On Purge = Truncate\" was not defined in the Pool resource.\n"
+         "Unable to truncate volume \"%s\"\n"), mr->VolumeName);
       return;
    }
    /*