mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Silence a compiler warning
This commit is contained in:
parent
f966a0af9a
commit
28008138c3
@ -1289,7 +1289,7 @@ g_dbus_address_get_for_bus_sync (GBusType bus_type,
|
|||||||
{
|
{
|
||||||
g_print ("GDBus-debug:Address: Cannot look-up address bus type `%s': %s\n",
|
g_print ("GDBus-debug:Address: Cannot look-up address bus type `%s': %s\n",
|
||||||
_g_dbus_enum_to_string (G_TYPE_BUS_TYPE, bus_type),
|
_g_dbus_enum_to_string (G_TYPE_BUS_TYPE, bus_type),
|
||||||
local_error->message);
|
local_error ? local_error->message : "");
|
||||||
}
|
}
|
||||||
_g_dbus_debug_print_unlock ();
|
_g_dbus_debug_print_unlock ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user