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, 2 insertions, 2 deletions
diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp
index cbefe0e..b023106 100644
--- a/lib/Plugins/KerneloopsReporter.cpp
+++ b/lib/Plugins/KerneloopsReporter.cpp
@@ -26,7 +26,7 @@
#include "KerneloopsReporter.h"
#include "PluginSettings.h"
-#include "ABRTCommLayer.h"
+#include "CommLayerInner.h"
#include <stdlib.h>
#include <string.h>
@@ -59,7 +59,7 @@ 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...");
+ comm_layer_inner_status("Creating and submitting a report...");
CURL *handle;
struct curl_httppost *post = NULL;