mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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):
|
def logMsg(self, msg, level = 1):
|
||||||
|
|
||||||
addonName = ClientInformation().getAddonName()
|
addonName = self.getAddonName()
|
||||||
className = self.__class__.__name__
|
className = self.__class__.__name__
|
||||||
|
|
||||||
if (self.logLevel >= level):
|
if (self.logLevel >= level):
|
||||||
|
|
Loading…
Reference in a new issue