[shotwell] Use the configured soup logger



commit 13b95e3e87ae5f45e18a61463026f141b1336313
Author: Jens Georg <mail jensge org>
Date:   Sat Oct 8 08:28:54 2022 +0200

    Use the configured soup logger

 plugins/common/RESTSupport.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/common/RESTSupport.vala b/plugins/common/RESTSupport.vala
index e65afead..ea9024d4 100644
--- a/plugins/common/RESTSupport.vala
+++ b/plugins/common/RESTSupport.vala
@@ -47,7 +47,7 @@ public abstract class Session {
 
                 return Soup.LoggerLogLevel.BODY;
             });
-            soup_session.add_feature (new Soup.Logger (Soup.LoggerLogLevel.BODY));
+            soup_session.add_feature (logger);
         }
     }
     


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