core: only log warn+ from quickshell.paths

This commit is contained in:
outfoxxed 2025-07-10 03:40:30 -07:00
parent 1af08c0c52
commit b4c62b8ff9
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -19,7 +19,7 @@
#include "logcat.hpp"
namespace {
QS_LOGGING_CATEGORY(logPaths, "quickshell.paths");
QS_LOGGING_CATEGORY(logPaths, "quickshell.paths", QtWarningMsg);
}
QsPaths* QsPaths::instance() {