mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +02:00
change: change log level
This commit is contained in:
parent
8bae2d5fb5
commit
b4125c5a51
@ -523,7 +523,7 @@ class Controller(GObject.GObject):
|
||||
|
||||
def set_start_tab(self) -> None:
|
||||
ind = self.config_man.get_start_tab()
|
||||
logger.debug(f"Setting start tab to index {ind}")
|
||||
logger.info(f"Setting start tab to index {ind}")
|
||||
self.get_servers().notebook.set_current_page(ind)
|
||||
|
||||
def get_debug_args(self) -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user