diff --git a/lib/config/parser.py b/lib/config/parser.py index fb1361c..d3b6ac3 100644 --- a/lib/config/parser.py +++ b/lib/config/parser.py @@ -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)]