mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 07:00:53 +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,
|
guint added,
|
||||||
gpointer user_data)
|
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);
|
G_OBJECT_TYPE_NAME (model), model);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user