add some verbosity
This commit is contained in:
parent
9026140c4e
commit
cfb4f67b53
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue