Commit a1a3142b authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [debian] enforcer -- fix debugging output

Fix up some confusingly wrong debugging output in the config checker.
Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent 0a84cf89
......@@ -75,7 +75,7 @@ sub pred_do {
} elsif ($a[0] eq 'flavour') {
die "$P: $pred: malformed -- $pred <flavour>\n" if ($#a < 1);
for $possible (@a[1..$#a]) {
#print " *** FLAVOUR<$flavour ?? $a[1]>\n";
#print " *** FLAVOUR<$flavour ?? $possible>\n";
return 1 if ($flavour eq $possible);
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment