log.debug -> log.exception; revert log change in xml_module

This commit is contained in:
ichuang
2012-08-06 13:58:42 -04:00
parent 7607444286
commit a46a37d1c0
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from fs.errors import ResourceNotFoundError
import os
import sys
log = logging.getLogger('mitx.' + __name__)
log = logging.getLogger(__name__)
_AttrMapBase = namedtuple('_AttrMap', 'metadata_key to_metadata from_metadata')