From 3f8175100a8bd68eb3ef63ea67d8373e23111664 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:55:22 +0300 Subject: [PATCH] main: logger (#12682) --- plugins/terminal.koplugin/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/terminal.koplugin/main.lua b/plugins/terminal.koplugin/main.lua index 26ccba0d5..f5da17155 100644 --- a/plugins/terminal.koplugin/main.lua +++ b/plugins/terminal.koplugin/main.lua @@ -122,7 +122,7 @@ function Terminal:getDefaultShellExecutable() break end end - logger.info("Terminal: default shell is", self.default_shell_executable) + logger.dbg("Terminal: default shell is", self.default_shell_executable) return self.default_shell_executable end