Commit cbae451d authored by Priscila Manhaes's avatar Priscila Manhaes

changed convert log cause now all handlers uses it

parent afa6cd9a
...@@ -154,7 +154,7 @@ class Handler(object): ...@@ -154,7 +154,7 @@ class Handler(object):
Keyword Arguments: Keyword Arguments:
destination_format -- extension of document as String destination_format -- extension of document as String
""" """
logger.debug("Convert: %s > %s" % (self.source_format, destination_format)) logger.debug("OooConvert: %s > %s" % (self.source_format, destination_format))
kw['source_format'] = self.source_format kw['source_format'] = self.source_format
if destination_format: if destination_format:
kw['destination_format'] = destination_format kw['destination_format'] = destination_format
......
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