summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsReporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.cpp')
-rw-r--r--lib/Plugins/KerneloopsReporter.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp
index 15af3ac0..cbefe0ed 100644
--- a/lib/Plugins/KerneloopsReporter.cpp
+++ b/lib/Plugins/KerneloopsReporter.cpp
@@ -25,8 +25,8 @@
*/
#include "KerneloopsReporter.h"
-#include "DebugDump.h"
#include "PluginSettings.h"
+#include "ABRTCommLayer.h"
#include <stdlib.h>
#include <string.h>
@@ -59,6 +59,8 @@ size_t writefunction(void *ptr, size_t size, size_t nmemb, void __attribute((unu
void CKerneloopsReporter::Report(const map_crash_report_t& pCrashReport, const std::string& pArgs)
{
+ ABRTCommLayer::status("Creating and submitting a report...");
+
CURL *handle;
struct curl_httppost *post = NULL;
struct curl_httppost *last = NULL;