This commit is contained in:
Miroslav Stampar
2016-03-28 19:55:33 +02:00
parent 7e55af2811
commit 0245ce6228
2 changed files with 3 additions and 3 deletions

View File

@@ -97,6 +97,7 @@ class HashDB(object):
try:
retVal = unserializeObject(retVal)
except:
retVal = None
warnMsg = "error occurred while unserializing value for session key '%s'. " % key
warnMsg += "If the problem persists please rerun with `--flush-session`"
logger.warn(warnMsg)