]> git.proxmox.com Git - pve-firewall.git/commitdiff
improve error message
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 2 Jun 2014 11:17:53 +0000 (13:17 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 2 Jun 2014 11:17:53 +0000 (13:17 +0200)
src/PVE/Firewall.pm

index 153a91eae70c1766b7ce7753514e4d0e2bca38e3..70d916c48a3f2e667fec651b5d7635db8ae2845a 100644 (file)
@@ -2291,7 +2291,7 @@ sub generic_fw_config_parser {
            $entry->{errors} =  $errors if $errors;
 
            if ($verbose && $errors) {
-               warn "$prefix - errors in ipset: $line\n";
+               warn "$prefix - errors in ipset '$group': $line\n";
                foreach my $p (keys %{$errors}) {
                    warn "  $p: $errors->{$p}\n";
                }