diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-30 13:18:42 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-30 13:18:42 +0200 |
| commit | 749ae5083c2c663eb10a985bf5c27b99c5247542 (patch) | |
| tree | 3b5ea061332737d15e4d9f8ca8f265377886a1a5 /lib/Plugins/CCpp.cpp | |
| parent | 842d1a6d7ab1fe62c6e9bce6d776b0d73dab0e23 (diff) | |
| download | abrt-749ae5083c2c663eb10a985bf5c27b99c5247542.tar.gz abrt-749ae5083c2c663eb10a985bf5c27b99c5247542.tar.xz abrt-749ae5083c2c663eb10a985bf5c27b99c5247542.zip | |
English and message format fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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); |
