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)
|
parse_config(defaults)
|
||||||
check_config
|
check_config
|
||||||
|
|
||||||
|
print "$Id$"
|
||||||
|
|
||||||
if Debuglevel > 2
|
if Debuglevel > 2
|
||||||
@config.each_key{|i|
|
@config.each_key{|i|
|
||||||
print "Group: #{i}\n"
|
print "Group: #{i}\n"
|
||||||
|
|
@ -324,6 +326,7 @@ for group in @config.keys.sort
|
||||||
end
|
end
|
||||||
output_data(i, mode, filename, body) if mode != false
|
output_data(i, mode, filename, body) if mode != false
|
||||||
rescue Article::BodyError
|
rescue Article::BodyError
|
||||||
|
print "Skipping article...\n"
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue