diff options
author | 2014-11-15 16:00:52 +0100 | |
---|---|---|
committer | 2014-11-15 16:00:52 +0100 | |
commit | 8a54e49327df06a8955fc8850756ca52252f6e4f (patch) | |
tree | ec115d8d83d731c03d037997c35af13fdfc2c638 /pyload/manager/AccountManager.py | |
parent | Update PluginManager (diff) | |
download | pyload-8a54e49327df06a8955fc8850756ca52252f6e4f.tar.xz |
Code cosmetics
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)) #---------------------------------------------------------------------- |