improved error log

This commit is contained in:
Rafael.Timmerberg 2013-06-19 02:25:37 +02:00
commit eef057a37e

View file

@ -147,7 +147,7 @@ class ConfigParser:
except KeyError, k:
self.log.w("Key '" + str(k) + "' not in classItem " + str(clazzItem))
except Exception, e:
self.log.w("Error while replace: " + clazz + str(e))
self.log.w("Error while replacing class ( " + clazz + " ):" + str(e))
finally:
if path in sys.path:
del sys.path[sys.path.index(path)]