Skip to content

Commit

Permalink
blur.cpp: fix effect id for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
taj-ny committed Aug 13, 2024
1 parent 95e0de8 commit c614957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blur.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#include <KDecoration2/Decoration>

Q_LOGGING_CATEGORY(KWIN_BLUR, "kwin_better_blur_forceblur", QtWarningMsg)
Q_LOGGING_CATEGORY(KWIN_BLUR, "kwin_better_blur", QtWarningMsg)

static void ensureResources()
{
Expand Down

0 comments on commit c614957

Please sign in to comment.