diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-19 17:10:07 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-19 17:10:07 +0200 |
| commit | 9b97967f5f87eecf19ce8a7fb8f4900bf0550163 (patch) | |
| tree | f2067a1e17d57bb2f23167f99e8b47f01b15eae0 /lib/Plugins/Mailx.cpp | |
| parent | 05f69e98fbce6e6ef3c1c633ac355f1d81232bcf (diff) | |
| parent | ed1836900c679f5a2b94fbe282a18cac4fe2d094 (diff) | |
| download | abrt-9b97967f5f87eecf19ce8a7fb8f4900bf0550163.tar.gz abrt-9b97967f5f87eecf19ce8a7fb8f4900bf0550163.tar.xz abrt-9b97967f5f87eecf19ce8a7fb8f4900bf0550163.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/Plugins/Mailx.cpp')
| -rw-r--r-- | lib/Plugins/Mailx.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index 81b0763..44f7f09 100644 --- a/lib/Plugins/Mailx.cpp +++ b/lib/Plugins/Mailx.cpp @@ -105,8 +105,6 @@ std::string CMailx::Report(const map_crash_report_t& pCrashReport, const std::st } } - - emailBody << "Duplicity check" << std::endl; emailBody << "=====" << std::endl << std::endl; emailBody << UUIDFile.str() << std::endl; @@ -133,7 +131,7 @@ std::string CMailx::Report(const map_crash_report_t& pCrashReport, const std::st { SendEmail(m_sSubject, emailBody.str()); } - return "Email was send to :" + m_sEmailTo; + return "Email was sent to: " + m_sEmailTo; } void CMailx::SetSettings(const map_plugin_settings_t& pSettings) |
