[gssdp] client: Clean-up debug output



commit 28aafb1e26ea5e45a6320e257c5b1f3f36d768a5
Author: Jens Georg <mail jensge org>
Date:   Wed May 25 20:12:05 2022 +0200

    client: Clean-up debug output

 libgssdp/gssdp-client.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libgssdp/gssdp-client.c b/libgssdp/gssdp-client.c
index 6a541dd..716084f 100644
--- a/libgssdp/gssdp-client.c
+++ b/libgssdp/gssdp-client.c
@@ -1922,13 +1922,14 @@ init_network_info (GSSDPClient *client, GError **error)
                 ret = FALSE;
         }
 
-        g_debug ("Created SSDP client 0x%p", client);
+        g_debug ("Created SSDP client %p", client);
         g_debug ("  iface_name : %s", priv->device.iface_name);
         g_debug ("  host_ip    : %s", gssdp_client_get_host_ip (client));
         g_debug ("  server_id  : %s", priv->server_id);
         g_debug ("  network    : %s", priv->device.network);
-        g_debug ("  host_addr  : 0x%p", priv->device.host_addr);
-        g_debug ("  host_mask  : 0x%p", priv->device.host_mask);
+        g_debug ("  index      : %d", priv->device.index);
+        g_debug ("  host_addr  : %p", priv->device.host_addr);
+        g_debug ("  host_mask  : %p", priv->device.host_mask);
 
         return ret;
 }


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