database: remove legacy database warning

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-10-18 14:13:25 -04:00
parent d6bdad3a9d
commit f745c2ce17
No known key found for this signature in database
GPG Key ID: 5A1EB336DFB4C71B
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ class MoonrakerDatabase:
except Exception:
same = False
if not same and legacy_db.exists():
self.server.add_warning(
f"Reverting to legacy database path: {db_path}"
logging.info(
f"Reverting to legacy database path: {legacy_db}"
)
db_path = legacy_db
if not db_path.is_dir():