libsysprof-analyze: make error message better

This commit is contained in:
Christian Hergert
2023-06-20 11:03:56 -07:00
parent 29c72cf202
commit 3dfd5c0550

View File

@ -55,7 +55,7 @@ warn_on_items_changed_cb (GListModel *model,
guint added,
gpointer user_data)
{
g_critical ("%s @ %p emitted items changed while a xyseries is active! Expect errors.",
g_critical ("%s @ %p emitted items changed while an XYSeries is active! Expect errors.",
G_OBJECT_TYPE_NAME (model), model);
}