libweston: Rename weston_debug_compositor to weston_log_context
As we transition towards a more generic API for weston loggging framework rename weston_debug_compositor to weston_log_context to show the fact that this is not really debug but a logging context. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
1e2fda2ea1
commit
3d7d978c21
+1
-1
@@ -395,7 +395,7 @@ weston_module_init(struct weston_compositor *compositor)
|
||||
wl_signal_add(&compositor->destroy_signal, &wxs->destroy_listener);
|
||||
|
||||
wxs->wm_debug =
|
||||
weston_compositor_add_debug_scope(wxs->compositor->weston_debug,
|
||||
weston_compositor_add_debug_scope(wxs->compositor->weston_log_ctx,
|
||||
"xwm-wm-x11",
|
||||
"XWM's window management X11 events\n",
|
||||
NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user