diff options
Diffstat (limited to 'module/plugins/Account.py')
-rw-r--r-- | module/plugins/Account.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Account.py b/module/plugins/Account.py index 96e750db6..16f2a7b92 100644 --- a/module/plugins/Account.py +++ b/module/plugins/Account.py @@ -80,7 +80,7 @@ class Account(): """ return dict with infos, do not overwrite this method! """ data = Account.loadAccountInfo(self, name) if not self.infos.has_key(name) or force: - self.core.log.debug("Get Account Info for %s" % name) + self.core.log.debug("Get %s Account Info for %s" % (self.__name__, name)) try: infos = self.loadAccountInfo(name) except Exception, e: |