mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
registrybackend: fix warning
This commit is contained in:
parent
b57eac68e5
commit
56b0454ba5
@ -1514,8 +1514,8 @@ watch_thread_handle_message (WatchThreadState *self)
|
||||
|
||||
cache_node = g_ptr_array_index (self->cache_nodes, i);
|
||||
|
||||
trace ("watch thread: unsubscribe: freeing node %x, prefix %s, index %i\n",
|
||||
(guint)cache_node, self->message.watch.prefix, i);
|
||||
trace ("watch thread: unsubscribe: freeing node %p, prefix %s, index %i\n",
|
||||
cache_node, self->message.watch.prefix, i);
|
||||
|
||||
if (cache_node != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user