add some verbosity

This commit is contained in:
Ward Wouts 2002-07-04 11:24:48 +00:00
parent 9026140c4e
commit cfb4f67b53

View file

@ -285,6 +285,8 @@ defaults = parse_options(defaults)
parse_config(defaults)
check_config
print "$Id$"
if Debuglevel > 2
@config.each_key{|i|
print "Group: #{i}\n"
@ -324,6 +326,7 @@ for group in @config.keys.sort
end
output_data(i, mode, filename, body) if mode != false
rescue Article::BodyError
print "Skipping article...\n"
next
end
else