mirror of
https://github.com/brl/mutter.git
synced 2025-04-03 00:53:46 +00:00
actor: Use _clutter_actor_meta_get_debug_name()
The ActorMeta name can be more informative than just the GType class name.
This commit is contained in:
parent
a5315de133
commit
b01cbbb8c3
@ -11756,7 +11756,7 @@ _clutter_actor_get_paint_volume_real (ClutterActor *self,
|
|||||||
CLUTTER_NOTE (CLIPPING, "Bail from get_paint_volume (%s): "
|
CLUTTER_NOTE (CLIPPING, "Bail from get_paint_volume (%s): "
|
||||||
"Effect (%s) failed to report a volume",
|
"Effect (%s) failed to report a volume",
|
||||||
_clutter_actor_get_debug_name (self),
|
_clutter_actor_get_debug_name (self),
|
||||||
G_OBJECT_TYPE_NAME (l->data));
|
_clutter_actor_meta_get_debug_name (l->data));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -11774,7 +11774,7 @@ _clutter_actor_get_paint_volume_real (ClutterActor *self,
|
|||||||
CLUTTER_NOTE (CLIPPING, "Bail from get_paint_volume (%s): "
|
CLUTTER_NOTE (CLIPPING, "Bail from get_paint_volume (%s): "
|
||||||
"Effect (%s) failed to report a volume",
|
"Effect (%s) failed to report a volume",
|
||||||
_clutter_actor_get_debug_name (self),
|
_clutter_actor_get_debug_name (self),
|
||||||
G_OBJECT_TYPE_NAME (l->data));
|
_clutter_actor_meta_get_debug_name (l->data));
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user