debug: Clean up debugging notes

This commit is contained in:
Emmanuele Bassi
2011-10-17 10:24:25 +01:00
parent f75dfcfd8b
commit 146e15297f
11 changed files with 29 additions and 36 deletions

View File

@ -128,7 +128,7 @@ actor_apply_knot_foreach (ClutterBehaviour *behaviour,
{
ClutterKnot *knot = data;
CLUTTER_NOTE (BEHAVIOUR, "Setting actor to %ix%i", knot->x, knot->y);
CLUTTER_NOTE (ANIMATION, "Setting actor to %ix%i", knot->x, knot->y);
clutter_actor_set_position (actor, knot->x, knot->y);
}