summaryrefslogtreecommitdiffstats
path: root/module/plugins/AccountManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/AccountManager.py')
-rw-r--r--module/plugins/AccountManager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/AccountManager.py b/module/plugins/AccountManager.py
index b2010019b..4ac62e602 100644
--- a/module/plugins/AccountManager.py
+++ b/module/plugins/AccountManager.py
@@ -73,7 +73,7 @@ class AccountManager():
return
except IOError, e:
- self.logError(str(e))
+ self.logError(e)
return
plugin = ""
@@ -123,7 +123,7 @@ class AccountManager():
chmod(f.name, 0600)
except Exception, e:
- self.logError(str(e))
+ self.logError(e)
#----------------------------------------------------------------------