diff options
| author | Karel Klic <kklic@redhat.com> | 2009-10-30 23:47:27 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2009-10-30 23:47:27 +0100 |
| commit | d0962176b885a32b1c5aecd5ac3c0d23447c3d09 (patch) | |
| tree | a876da5cefe940264b97d35e80b9cd3a7ef7e64a /src/Daemon/MiddleWare.cpp | |
| parent | 0843e750bce39df0e69e4962b3c7f98294d0739b (diff) | |
| parent | 276a9017d63445dd322f9a93ff34e67cbdf97dc9 (diff) | |
| download | abrt-d0962176b885a32b1c5aecd5ac3c0d23447c3d09.tar.gz abrt-d0962176b885a32b1c5aecd5ac3c0d23447c3d09.tar.xz abrt-d0962176b885a32b1c5aecd5ac3c0d23447c3d09.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/Daemon/MiddleWare.cpp')
| -rw-r--r-- | src/Daemon/MiddleWare.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp index 7c5bb41..2fd4f25 100644 --- a/src/Daemon/MiddleWare.cpp +++ b/src/Daemon/MiddleWare.cpp @@ -84,12 +84,14 @@ static void DebugDumpToCrashReport(const std::string& pDebugDumpDir, map_crash_r !dd.Exist(FILENAME_RELEASE) || !dd.Exist(FILENAME_EXECUTABLE)) { - throw CABRTException(EXCEP_ERROR, "DebugDumpToCrashReport(): One or more of important file(s)'re missing."); + throw CABRTException(EXCEP_ERROR, "DebugDumpToCrashReport(): One or more of important file(s)'re missing"); } + pCrashReport.clear(); dd.InitGetNextFile(); while (dd.GetNextFile(fileName, content, isTextFile)) { +VERB3 log(" file:'%s' text:%d", fileName.c_str(), isTextFile); if (!isTextFile) { add_crash_data_to_crash_report(pCrashReport, |
