Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def async_setup(hass, config):
"""Set up the updater component."""
if 'dev' in current_version:
# This component only makes sense in release versions
_LOGGER.warning("Running on 'dev', only analytics will be submitted")
_LOGGER.info("Running on 'dev', only analytics will be submitted")

config = config.get(DOMAIN, {})
if config.get(CONF_REPORTING):
Expand Down