log fix
parent
951b936d12
commit
495c0377cd
|
@ -30,7 +30,7 @@ class DownloaderClass():
|
||||||
xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,750,__icon__))
|
xbmc.executebuiltin("XBMC.Notification(%s,%s,%s,%s)" % (__scriptname__,text,750,__icon__))
|
||||||
|
|
||||||
def log(msg):
|
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,)
|
#print "### [%s]: %s" % (__scriptname__,msg,)
|
||||||
|
|
||||||
def get_libname(platform):
|
def get_libname(platform):
|
||||||
|
|
Loading…
Reference in New Issue