From 75c6e1fc1113984b30a4d84c1cfe6e97c70c398f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 4 Feb 2010 21:19:30 +0100 Subject: use .new suffix on new crashdumps; strip it when crashdump is ready Signed-off-by: Denys Vlasenko --- lib/Plugins/CCpp.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Plugins/CCpp.cpp') diff --git a/lib/Plugins/CCpp.cpp b/lib/Plugins/CCpp.cpp index 612d40c..14e1ee7 100644 --- a/lib/Plugins/CCpp.cpp +++ b/lib/Plugins/CCpp.cpp @@ -561,8 +561,6 @@ static void trim_debuginfo_cache(unsigned max_mb) string CAnalyzerCCpp::GetLocalUUID(const char *pDebugDumpDir) { - log(_("Getting local universal unique identification...")); - string executable; string package; { -- cgit