Kindle: demote Warn to Info
Some checks failed
macos / macOS ${{ matrix.image }} ${{ matrix.platform }} 🔨${{ matrix.xcode_version }} 🎯${{ matrix.deployment_target }} (10.15, 13, x86-64, 15.2) (push) Has been cancelled
macos / macOS ${{ matrix.image }} ${{ matrix.platform }} 🔨${{ matrix.xcode_version }} 🎯${{ matrix.deployment_target }} (11.0, 14, ARM64, 15.4) (push) Has been cancelled

This commit is contained in:
yparitcher
2025-02-02 10:01:23 -05:00
parent 56c08020d7
commit a15c294bc2

View File

@@ -238,7 +238,7 @@ function KindlePowerD:checkUnexpectedWakeup()
if self.device.wakeup_mgr:isWakeupAlarmScheduled() and self.device.wakeup_mgr:wakeupAction(90) then
logger.info("Kindle scheduled wakeup")
else
logger.warn("Kindle unscheduled wakeup")
logger.info("Kindle unscheduled wakeup")
end
end