From 97311fe0f6970b9c791a872d6bd43c390d54859f Mon Sep 17 00:00:00 2001 From: Nikola Pajkovsky Date: Thu, 26 Nov 2009 19:07:05 +0100 Subject: Kerneloops are reported automaticky now when AutoReportUIDs = root is in Kerneloops.conf Signed-off-by: Nikola Pajkovsky --- lib/Plugins/KerneloopsReporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/KerneloopsReporter.cpp') diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp index f38f503..a1fd3f1 100644 --- a/lib/Plugins/KerneloopsReporter.cpp +++ b/lib/Plugins/KerneloopsReporter.cpp @@ -113,7 +113,7 @@ std::string CKerneloopsReporter::Report(const map_crash_report_t& pCrashReport, /* FIXME: be more informative */ throw CABRTException(EXCEP_PLUGIN, std::string("CKerneloopsReporter::Report(): Report has not been sent...")); } - return "Kernel oops report was uploaded to: " + m_sSubmitURL; + return "Kernel oops report was uploaded."; } void CKerneloopsReporter::SetSettings(const map_plugin_settings_t& pSettings) -- cgit