[evolution-ews/wip/mcrha/office365] The EO365SoupLogger had been moved to eds, thus use that one



commit b0cc41c66903707c91e2c623623baae834f25c62
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jul 2 15:08:40 2020 +0200

    The EO365SoupLogger had been moved to eds, thus use that one

 src/Office365/common/CMakeLists.txt       |   2 -
 src/Office365/common/e-o365-connection.c  |   3 +-
 src/Office365/common/e-o365-soup-logger.c | 179 ------------------------------
 src/Office365/common/e-o365-soup-logger.h |  30 -----
 4 files changed, 1 insertion(+), 213 deletions(-)
---
diff --git a/src/Office365/common/CMakeLists.txt b/src/Office365/common/CMakeLists.txt
index 65090442..fad7d0e1 100644
--- a/src/Office365/common/CMakeLists.txt
+++ b/src/Office365/common/CMakeLists.txt
@@ -10,8 +10,6 @@ set(SOURCES
        e-o365-enums.h
        e-o365-json-utils.c
        e-o365-json-utils.h
-       e-o365-soup-logger.c
-       e-o365-soup-logger.h
        e-oauth2-service-office365.c
        e-oauth2-service-office365.h
        e-source-o365-folder.c
diff --git a/src/Office365/common/e-o365-connection.c b/src/Office365/common/e-o365-connection.c
index 8f73fdbe..04ac030d 100644
--- a/src/Office365/common/e-o365-connection.c
+++ b/src/Office365/common/e-o365-connection.c
@@ -24,7 +24,6 @@
 
 #include "camel-o365-settings.h"
 #include "e-o365-json-utils.h"
-#include "e-o365-soup-logger.h"
 
 #include "e-o365-connection.h"
 
@@ -1229,7 +1228,7 @@ o365_connection_send_request_sync (EO365Connection *cnc,
                        success = input_stream != NULL;
 
                        if (success && o365_log_enabled ())
-                               input_stream = e_o365_soup_logger_attach (message, input_stream);
+                               input_stream = e_soup_logger_attach (message, input_stream);
 
                        /* Throttling - https://docs.microsoft.com/en-us/graph/throttling  */
                        if (message->status_code == 429 ||


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]