aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Schupp <w.schupp@a1.net>2015-11-01 15:02:58 +0100
committerWolfgang Schupp <w.schupp@a1.net>2015-11-01 15:02:58 +0100
commit4ebcc8dba99962733d7a583ca59990e1c9b63817 (patch)
treed18b22e15c655bb58d595fc88a8156a8f8712925
parent692082a2e1ef5b4ab8e7e667a8d6f3c18c0d22c7 (diff)
parente8e1837f7005911b4e85d5fcf92e25c98e3b7546 (diff)
Merge pull request #8316 from wsnipex/silent_python
[python] demote pythons stdout to loglevel debug
-rw-r--r--xbmc/interfaces/python/AddonPythonInvoker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/interfaces/python/AddonPythonInvoker.cpp b/xbmc/interfaces/python/AddonPythonInvoker.cpp
index c5b1731421..9f96ce5a80 100644
--- a/xbmc/interfaces/python/AddonPythonInvoker.cpp
+++ b/xbmc/interfaces/python/AddonPythonInvoker.cpp
@@ -38,7 +38,7 @@
"import " MODULE "\n" \
"xbmc.abortRequested = False\n" \
"class xbmcout:\n" \
- " def __init__(self, loglevel=" MODULE ".LOGNOTICE):\n" \
+ " def __init__(self, loglevel=" MODULE ".LOGDEBUG):\n" \
" self.ll=loglevel\n" \
" def write(self, data):\n" \
" " MODULE ".log(data,self.ll)\n" \