mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
fixed wording that may confuse user (#18628)
This commit is contained in:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user