mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
fixed wording that may confuse user (#18628)
This commit is contained in:
committed by
Daniel Høyer Iversen
parent
af0f3fcbdb
commit
bb37151987
@@ -29,7 +29,7 @@ def migrate_schema(instance):
|
||||
with open(progress_path, 'w'):
|
||||
pass
|
||||
|
||||
_LOGGER.warning("Database requires upgrade. Schema version: %s",
|
||||
_LOGGER.warning("Database is about to upgrade. Schema version: %s",
|
||||
current_version)
|
||||
|
||||
if current_version is None:
|
||||
|
Reference in New Issue
Block a user