mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +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_dbus_enum_to_string (G_TYPE_BUS_TYPE, bus_type),
|
||||
local_error->message);
|
||||
local_error ? local_error->message : "");
|
||||
}
|
||||
_g_dbus_debug_print_unlock ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user