[gupnp/wip/ipv6-everywhere: 1/6] ContextManager: Dump manager configuration




commit c95ee5dc7551f98581a15cd7d0904bfa582ba637
Author: Jens Georg <mail jensge org>
Date:   Sun Jun 19 23:44:04 2022 +0200

    ContextManager: Dump manager configuration
    
    Show which family, UDA and port was requested

 libgupnp/gupnp-context-manager.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index b9cf511..37591a3 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -703,8 +703,12 @@ gupnp_context_manager_create_full (GSSDPUDAVersion uda_version, GSocketFamily fa
         }
 #endif /* G_OS_WIN32 */
 
-        g_debug ("Using context manager implementation %s",
-                 g_type_name (impl_type));
+        g_debug ("Using context manager implementation %s, family: %d, UDA: "
+                 "%d, port: %u",
+                 g_type_name (impl_type),
+                 family,
+                 uda_version,
+                 port);
         impl = GUPNP_CONTEXT_MANAGER (g_object_new (impl_type,
                                                     "family", family,
                                                     "uda-version", uda_version,


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