diff options
Diffstat (limited to 'lib/Plugins/CCpp.cpp')
| -rw-r--r-- | lib/Plugins/CCpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index d0455b9e..0fc229d3 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -748,7 +748,7 @@ void CAnalyzerCCpp::CreateReport(const char *pDebugDumpDir, int force) if (crash_thread) backtrace_remove_threads_except_one(backtrace, crash_thread); else - log_msg("Detection of crash thread failed.\n"); + log_msg("Detection of crash thread failed"); /* Get the quality of the crash thread. */ float q2 = backtrace_quality(backtrace); |
