Imported Upstream version 3.2.0
[debian/amanda] / perl / Amanda / Changer / rait.pm
index 6561f058c0c9485f211c237ff2923a34d9ab6fe2..5a8a0c9c99aef1086c4ef43d3713961b8cd7e55e 100644 (file)
@@ -304,6 +304,7 @@ sub info_key {
                next unless exists($kid_info{'num_slots'});
                my $kid_num_slots = $kid_info{'num_slots'};
                if (defined $num_slots and $num_slots != $kid_num_slots) {
+                   debug("chg-rait: children have different slot counts!");
                    $num_slots = -1;
                } else {
                    $num_slots = $kid_num_slots;