diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-12 11:56:02 +0100 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-02-12 11:56:02 +0100 |
| commit | c93222d1407ede085833d3a91bfeda5f0f910eb4 (patch) | |
| tree | 3bba334fc6596e77b4c2a0ca37e4c3867835aec2 /lib/Plugins/Mailx.cpp | |
| parent | 3462c9b05b3bc804003dba8af21f31f6df9f0b8c (diff) | |
| download | abrt-c93222d1407ede085833d3a91bfeda5f0f910eb4.tar.gz abrt-c93222d1407ede085833d3a91bfeda5f0f910eb4.tar.xz abrt-c93222d1407ede085833d3a91bfeda5f0f910eb4.zip | |
added new crash information, "cmdline"
Diffstat (limited to 'lib/Plugins/Mailx.cpp')
| -rw-r--r-- | lib/Plugins/Mailx.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index eb73184..cb26e39 100644 --- a/lib/Plugins/Mailx.cpp +++ b/lib/Plugins/Mailx.cpp @@ -74,6 +74,9 @@ void CMailx::Report(const report_t& pReport) ss << "Executable" << std::endl; ss << "----------" << std::endl; ss << pReport.m_sExecutable << std::endl << std::endl; + ss << "CmdLine" << std::endl; + ss << "----------" << std::endl; + ss << pReport.m_sCmdLine << std::endl << std::endl; ss << "Created report" << std::endl; ss << "==============" << std::endl; ss << "Text reports" << std::endl; |
