diff --git a/src/Base/Interpreter.cpp b/src/Base/Interpreter.cpp index 37106ce4d0..63c2a11818 100644 --- a/src/Base/Interpreter.cpp +++ b/src/Base/Interpreter.cpp @@ -131,7 +131,7 @@ void PyException::ReportException () const { if (!_isReported) { _isReported = true; - Base::Console().DeveloperError("%s%s: %s\n", + Base::Console().DeveloperError("pyException","%s%s: %s\n", _stackTrace.c_str(), _errorType.c_str(), what()); } }