Minor modification
This commit is contained in:
parent
e4ad9bb3c2
commit
6d8f75b492
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class User(ClientInformation):
|
|||
|
||||
def logMsg(self, msg, level = 1):
|
||||
|
||||
addonName = ClientInformation().getAddonName()
|
||||
addonName = self.getAddonName()
|
||||
className = self.__class__.__name__
|
||||
|
||||
if (self.logLevel >= level):
|
||||
|
|
Loading…
Reference in a new issue