Skip to content

Commit

Permalink
Print prefs path to the console at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Apr 16, 2024
1 parent 778ce38 commit 35794df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meggie/mainwindow/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ def write_preferences_to_disk(self):

def read_preferences_from_disk(self):
"""Reads the preferences from file system into attributes."""

logging.getLogger("ui_logger").info(
f"Reading preferences from: {self.prefs_path}"
)

config = self.read_config()

try:
Expand Down

0 comments on commit 35794df

Please sign in to comment.