From 4ee64a6d0f0416cf0904eb58d5b22c82a1496272 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 2 Sep 2022 21:55:34 +0200 Subject: [PATCH] remove hyprpaper mention --- src/debug/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/Log.cpp b/src/debug/Log.cpp index 3f639e0..b8dcd3c 100644 --- a/src/debug/Log.cpp +++ b/src/debug/Log.cpp @@ -52,7 +52,7 @@ void Debug::log(LogLevel level, const char* fmt, ...) { va_end(args); } - // hyprpaper only logs to stdout + // hyprpicker only logs to stdout std::cout << levelstr << outputStr << "\n"; // free the log