summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Mailx.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-12 11:56:02 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-12 11:56:02 +0100
commitc93222d1407ede085833d3a91bfeda5f0f910eb4 (patch)
tree3bba334fc6596e77b4c2a0ca37e4c3867835aec2 /lib/Plugins/Mailx.cpp
parent3462c9b05b3bc804003dba8af21f31f6df9f0b8c (diff)
downloadabrt-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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp
index eb731842..cb26e398 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;