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