Skip to content

Commit

Permalink
fixed wording that may confuse user (#18628)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseomartelli authored and Danielhiversen committed Nov 23, 2018
1 parent af0f3fc commit bb37151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/recorder/migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bb37151

Please sign in to comment.