X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/4ca6dd275393344b9a27cfb2e5a755a4d74a414f..e74aab16f039c3f3604f41d88ebb8694e9972cdf:/lib/python/python.cpp diff --git a/lib/python/python.cpp b/lib/python/python.cpp index 5ec07dff..8e9fbd7e 100644 --- a/lib/python/python.cpp +++ b/lib/python/python.cpp @@ -188,6 +188,7 @@ int ePython::call(ePyObject pFunc, ePyObject pArgs) } else { PyErr_Print(); + eDebug("(PyObject_CallObject failed)"); bsodFatal(); } }