summaryrefslogtreecommitdiffstats
path: root/lib/Plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins')
-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;