mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-19 19:28:08 +02:00
chore(fingerprint): using Hyprutils::CLI::CLogger
This commit is contained in:
parent
7c2822bfdb
commit
53a47186de
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ void CFingerprint::onActivity() {
|
|||
setupInactivityTimer();
|
||||
|
||||
if (!m_sDBUSState.verifying) {
|
||||
Debug::log(LOG, "fprint: activity detected, resuming verification");
|
||||
Log::logger->log(Log::INFO, "fprint: activity detected, resuming verification");
|
||||
startVerify();
|
||||
}
|
||||
}
|
||||
|
|
@ -141,7 +141,7 @@ void CFingerprint::onInactivityTimeout() {
|
|||
if (m_sDBUSState.abort || m_sDBUSState.done || !m_sDBUSState.verifying)
|
||||
return;
|
||||
|
||||
Debug::log(LOG, "fprint: inactivity timeout, pausing verification");
|
||||
Log::logger->log(Log::INFO, "fprint: inactivity timeout, pausing verification");
|
||||
stopVerify();
|
||||
releaseDevice();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue