Fix a warning

This commit is contained in:
Matthias Clasen 2005-06-19 04:44:44 +00:00
parent b6e4e4cb0c
commit a2ea759334

View File

@ -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;
}