aboutsummaryrefslogtreecommitdiff
path: root/lib/python/python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/python.cpp')
-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();
}
}