log fix
This commit is contained in:
parent
951b936d12
commit
495c0377cd
@ -30,7 +30,7 @@ class DownloaderClass():
|
||||
xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,750,__icon__))
|
||||
|
||||
def log(msg):
|
||||
xbmc.log("### [%s]: %s" % (__scriptname__,msg,), level=xbmc.LOGINFO )
|
||||
xbmc.log("### [%s]: %s" % (__scriptname__,msg,), level=xbmc.LOGNOTICE )
|
||||
#print "### [%s]: %s" % (__scriptname__,msg,)
|
||||
|
||||
def get_libname(platform):
|
||||
|
Loading…
x
Reference in New Issue
Block a user