mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
Fix a warning
This commit is contained in:
parent
b6e4e4cb0c
commit
a2ea759334
@ -1732,7 +1732,7 @@ gtk_ui_manager_add_ui (GtkUIManager *self,
|
||||
|
||||
if (node_type == NODE_TYPE_UNDECIDED)
|
||||
{
|
||||
g_warning ("item type not suitable for adding at '%s'",
|
||||
g_warning ("item type %d not suitable for adding at '%s'",
|
||||
type, path);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user