diff --git a/core/DebugReporter.cpp b/core/DebugReporter.cpp index 42b448ab..29e203d3 100644 --- a/core/DebugReporter.cpp +++ b/core/DebugReporter.cpp @@ -154,7 +154,7 @@ void DebugReport::OnContextExecuteError(IPluginContext *ctx, IContextTrace *erro CallStackInfo stk_info; int i = 0; - g_Logger.LogError("[SM] Displaying call stack trace:"); + g_Logger.LogError("[SM] Displaying call stack trace for plugin \"%s\":", plname); while (error->GetTraceInfo(&stk_info)) { g_Logger.LogError("[SM] [%d] Line %d, %s::%s()",