diff --git a/src/core/hyprlock.cpp b/src/core/hyprlock.cpp index 35606e2..a92fa3f 100644 --- a/src/core/hyprlock.cpp +++ b/src/core/hyprlock.cpp @@ -618,7 +618,7 @@ void CHyprlock::handleKeySym(xkb_keysym_t sym, bool composed) { m_sPasswordState.passBuffer = ""; } else if (SYM == XKB_KEY_Return || SYM == XKB_KEY_KP_Enter) { - Debug::log(LOG, "Authenticating {}", m_sPasswordState.passBuffer); + Debug::log(LOG, "Authenticating"); static const auto IGNOREEMPTY = g_pConfigManager->getValue("general:ignore_empty_input");