forked from quickshell/quickshell
core: only log warn+ from quickshell.paths
This commit is contained in:
parent
1af08c0c52
commit
b4c62b8ff9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "logcat.hpp"
|
||||
|
||||
namespace {
|
||||
QS_LOGGING_CATEGORY(logPaths, "quickshell.paths");
|
||||
QS_LOGGING_CATEGORY(logPaths, "quickshell.paths", QtWarningMsg);
|
||||
}
|
||||
|
||||
QsPaths* QsPaths::instance() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue