mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
parent
6d07193bda
commit
bd7a47e139
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue