pull/1/head
DiMartinoXBMC 2015-07-11 12:51:42 +03:00
parent 951b936d12
commit 495c0377cd
1 changed files with 1 additions and 1 deletions

View File

@ -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):