libweston: Rename weston_debug_scope to weston_log_scope
This is a continuation of the previous patch to align more closely to the weston log framework. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
committed by
Daniel Stone
parent
3d7d978c21
commit
5d5e335845
+2
-2
@@ -122,8 +122,8 @@ struct wet_compositor {
|
||||
};
|
||||
|
||||
static FILE *weston_logfile = NULL;
|
||||
static struct weston_debug_scope *log_scope;
|
||||
static struct weston_debug_scope *protocol_scope;
|
||||
static struct weston_log_scope *log_scope;
|
||||
static struct weston_log_scope *protocol_scope;
|
||||
|
||||
static int cached_tm_mday = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user