limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

log_exc doesn't do anything #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In line 82 of amfast/__init__.py, it seems like log_exc ought to be calling 
logger.debug, rather than 
simply returning the log message.

Original issue reported on code.google.com by russell...@gmail.com on 21 Oct 2009 at 7:25

GoogleCodeExporter commented 9 years ago
Fixed in trunk

Original comment by dthomp...@gmail.com on 21 Oct 2009 at 11:24