diff --git a/frontend/device/kindle/device.lua b/frontend/device/kindle/device.lua index 58e2725fe..cf4458e00 100644 --- a/frontend/device/kindle/device.lua +++ b/frontend/device/kindle/device.lua @@ -77,7 +77,7 @@ local function isSpecialOffers() -- Look at the current blanket modules to see if the SO screensavers are enabled... local haslipc, lipc = pcall(require, "liblipclua") if not (haslipc and lipc) then - logger.warn("could not load liblibclua") + logger.warn("could not load liblipclua:", lipc) return true end local lipc_handle = lipc.init("com.github.koreader.device")