mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: make error message better
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user