Skip to content

Commit b4c62b8

Browse files
committed
core: only log warn+ from quickshell.paths
1 parent 1af08c0 commit b4c62b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/paths.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "logcat.hpp"
2020

2121
namespace {
22-
QS_LOGGING_CATEGORY(logPaths, "quickshell.paths");
22+
QS_LOGGING_CATEGORY(logPaths, "quickshell.paths", QtWarningMsg);
2323
}
2424

2525
QsPaths* QsPaths::instance() {

0 commit comments

Comments
 (0)