Use the proper debug category

Backend-related notes should use the `BACKEND` category, not `MISC`.
This commit is contained in:
Emmanuele Bassi 2015-01-01 12:44:19 +00:00
parent 909569c523
commit 2034e75658
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ clutter_backend_x11_create_stage (ClutterBackend *backend,
translator = CLUTTER_EVENT_TRANSLATOR (stage);
_clutter_backend_add_event_translator (backend, translator);
CLUTTER_NOTE (MISC, "X11 stage created (display:%p, screen:%d, root:%u)",
CLUTTER_NOTE (BACKEND, "X11 stage created (display:%p, screen:%d, root:%u)",
CLUTTER_BACKEND_X11 (backend)->xdpy,
CLUTTER_BACKEND_X11 (backend)->xscreen_num,
(unsigned int) CLUTTER_BACKEND_X11 (backend)->xwin_root);