diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-11-13 12:12:00 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-11-13 12:12:00 +0000 |
| commit | a352eedba61b1a74b91db4005f7d9a24f8ac2848 (patch) | |
| tree | f4f1af7d5a348c49a8821a96e4972eee36f381c8 /lib/python | |
| parent | f3a0cb3a38480f1bef9fe6e50e1873f2a88a0e0a (diff) | |
| download | enigma2-a352eedba61b1a74b91db4005f7d9a24f8ac2848.tar.gz enigma2-a352eedba61b1a74b91db4005f7d9a24f8ac2848.zip | |
show reasons for bsodFatal
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/python.cpp | 1 |
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(); } } |
