diff options
Diffstat (limited to 'pyload/manager/AccountManager.py')
-rw-r--r-- | pyload/manager/AccountManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/manager/AccountManager.py b/pyload/manager/AccountManager.py index 3de656376..4e9e36cee 100644 --- a/pyload/manager/AccountManager.py +++ b/pyload/manager/AccountManager.py @@ -79,7 +79,7 @@ class AccountManager: return except IOError, e: - self.logError(e) + self.core.log.error(str(e)) return plugin = "" @@ -129,7 +129,7 @@ class AccountManager: chmod(f.name, 0600) except Exception, e: - self.logError(e) + self.core.log.error(str(e)) #---------------------------------------------------------------------- |