mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
parent
6d07193bda
commit
bd7a47e139
@ -12,7 +12,7 @@
|
||||
#include "config.h"
|
||||
|
||||
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) {
|
||||
case LIFTOFF_SILENT:
|
||||
importance = WLR_SILENT;
|
||||
|
Loading…
Reference in New Issue
Block a user