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

@ -465,7 +465,7 @@ _clutter_backend_ensure_context (ClutterBackend *backend,
{
new_stage = NULL;
CLUTTER_NOTE (MULTISTAGE,
CLUTTER_NOTE (BACKEND,
"Stage [%p] is not realized, unsetting the stage",
stage);
}
@ -473,7 +473,7 @@ _clutter_backend_ensure_context (ClutterBackend *backend,
{
new_stage = stage;
CLUTTER_NOTE (MULTISTAGE,
CLUTTER_NOTE (BACKEND,
"Setting the new stage [%p]",
new_stage);
}
@ -515,7 +515,7 @@ _clutter_backend_ensure_context (ClutterBackend *backend,
current_context_stage = new_stage;
}
else
CLUTTER_NOTE (MULTISTAGE, "Stage is the same");
CLUTTER_NOTE (BACKEND, "Stage is the same");
}