mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
parent
6d07193bda
commit
bd7a47e139
@ -12,7 +12,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
static void log_handler(enum liftoff_log_priority priority, const char *fmt, va_list args) {
|
static void log_handler(enum liftoff_log_priority priority, const char *fmt, va_list args) {
|
||||||
enum wlr_log_importance importance;
|
enum wlr_log_importance importance = WLR_SILENT;
|
||||||
switch (priority) {
|
switch (priority) {
|
||||||
case LIFTOFF_SILENT:
|
case LIFTOFF_SILENT:
|
||||||
importance = WLR_SILENT;
|
importance = WLR_SILENT;
|
||||||
|
Loading…
Reference in New Issue
Block a user