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