weston-debug: Rename weston-debug to weston-log to better reflect its purpose

No changes in functionality have been made.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad
2019-06-21 22:49:18 +03:00
parent 967a6c2d4e
commit c901e8913e
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
#include <libweston/backend-x11.h>
#include <libweston/backend-wayland.h>
#include <libweston/windowed-output-api.h>
#include <libweston/weston-debug.h>
#include <libweston/weston-log.h>
#include "../remoting/remoting-plugin.h"
#define WINDOW_TITLE "Weston Compositor"
+1 -1
View File
@@ -32,7 +32,7 @@
#include "weston.h"
#include "weston-screenshooter-server-protocol.h"
#include "shared/helpers.h"
#include <libweston/weston-debug.h>
#include <libweston/weston-log.h>
struct screenshooter {
struct weston_compositor *ec;