diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 2419ab554..31570c08f 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -4582,7 +4582,7 @@ clutter_actor_queue_relayout (ClutterActor *self) { g_warning ("The actor '%s' is currently inside an allocation " "cycle; calling clutter_actor_queue_relayout() is " - "not allowed", + "not recommended", priv->name ? priv->name : G_OBJECT_TYPE_NAME (self)); }