aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-11-13 12:12:00 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-11-13 12:12:00 +0000
commita352eedba61b1a74b91db4005f7d9a24f8ac2848 (patch)
treef4f1af7d5a348c49a8821a96e4972eee36f381c8 /lib/python
parentf3a0cb3a38480f1bef9fe6e50e1873f2a88a0e0a (diff)
downloadenigma2-a352eedba61b1a74b91db4005f7d9a24f8ac2848.tar.gz
enigma2-a352eedba61b1a74b91db4005f7d9a24f8ac2848.zip
show reasons for bsodFatal
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/python.cpp1
1 files changed, 1 insertions, 0 deletions
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();
}
}