mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 18:18:21 +00:00
fixed wording that may confuse user (#18628)
This commit is contained in:
parent
cf22060c5e
commit
2f581b1a1e
@ -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