X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=perl%2FAmanda%2FChanger%2Frait.pm;h=5a8a0c9c99aef1086c4ef43d3713961b8cd7e55e;hp=6561f058c0c9485f211c237ff2923a34d9ab6fe2;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/perl/Amanda/Changer/rait.pm b/perl/Amanda/Changer/rait.pm index 6561f05..5a8a0c9 100644 --- a/perl/Amanda/Changer/rait.pm +++ b/perl/Amanda/Changer/rait.pm @@ -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;