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
@@ -5,7 +5,7 @@ install_headers(
'plugin-registry.h',
'timeline-object.h',
'windowed-output-api.h',
'weston-debug.h',
'weston-log.h',
'zalloc.h',
subdir: dir_include_libweston_install
)
@@ -23,8 +23,8 @@
* SOFTWARE.
*/
#ifndef WESTON_DEBUG_H
#define WESTON_DEBUG_H
#ifndef WESTON_LOG_H
#define WESTON_LOG_H
#include <stdbool.h>
#include <stdlib.h>
@@ -94,4 +94,4 @@ weston_log_scope_timestamp(struct weston_log_scope *scope,
}
#endif
#endif /* WESTON_DEBUG_H */
#endif /* WESTON_LOG_H */