Fix #1503 (Strange error during recipe execution)

This commit is contained in:
Kovid Goyal 2008-12-31 07:51:30 -08:00
parent f4d145fce9
commit b1eb16b876

View File

@ -1935,7 +1935,7 @@ def process_file(path, options, logger=None):
oname = os.path.abspath(os.path.expanduser(oname))
conv.writeto(oname, lrs=options.lrs)
run_plugins_on_postprocess(oname, 'lrf')
logger.info('Output written to %s', oname)
conv.log_info('Output written to %s', oname)
conv.cleanup()
return oname