From 65b85ec6c002e8a4538868d484f1776b9f7568a5 Mon Sep 17 00:00:00 2001 From: Aaron Morris Date: Tue, 22 Nov 2016 23:45:06 -0500 Subject: [PATCH] Fix missing space in error message between "accuracy" and "is" (#4542) --- homeassistant/components/device_tracker/owntracks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/device_tracker/owntracks.py b/homeassistant/components/device_tracker/owntracks.py index d73cbfdb2ac..44ae0359ff6 100644 --- a/homeassistant/components/device_tracker/owntracks.py +++ b/homeassistant/components/device_tracker/owntracks.py @@ -147,7 +147,7 @@ def setup_scanner(hass, config, see): data_type, max_gps_accuracy, payload) return None if convert(data.get('acc'), float, 1.0) == 0.0: - _LOGGER.warning('Ignoring %s update because GPS accuracy' + _LOGGER.warning('Ignoring %s update because GPS accuracy ' 'is zero: %s', data_type, payload) return None