X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FControl.pm;fp=Debbugs%2FControl.pm;h=2378ea1353cf7e19fe679685dde72d25187c85b8;hb=7c98c4f499ca7d51cee2f3f5ce2d3337cb1b42ca;hp=8903ddefbaa76595534b1d8ebae355892a2255ba;hpb=5976ddd65b25c5eaadb6a403cb584528792e7c23;p=debbugs.git diff --git a/Debbugs/Control.pm b/Debbugs/Control.pm index 8903dde..2378ea1 100644 --- a/Debbugs/Control.pm +++ b/Debbugs/Control.pm @@ -3792,7 +3792,7 @@ LIMIT: for my $limit (make_list($param{limit}{$field})) { } if (not $match) { $going_to_fail = 1; - print {$transcript} qq($field: ).join(', ',map{qq("$_")} make_list($data->{$field})). + print {$transcript} qq($field: ').join(', ',map{qq("$_")} make_list($data->{$field})). "' does not match at least one of ". join(', ',map {ref($_)?'(regex)':qq("$_")} make_list($param{limit}{$field}))."\n"; }