From f1d33f472966577991d19b41fc66a207656e43a8 Mon Sep 17 00:00:00 2001 From: atse Date: Fri, 23 Aug 2024 10:04:12 +0800 Subject: [PATCH] Exactlier wording --- pytec/pytec/gui/model/thermostat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytec/pytec/gui/model/thermostat.py b/pytec/pytec/gui/model/thermostat.py index d728406..898b750 100644 --- a/pytec/pytec/gui/model/thermostat.py +++ b/pytec/pytec/gui/model/thermostat.py @@ -38,7 +38,7 @@ class Thermostat(QObject, metaclass=PropertyMeta): _ = self.task.result() except asyncio.TimeoutError: logging.error( - "Encountered an error while updating parameter tree.", + "Encountered an error while polling for information from Thermostat.", exc_info=True, ) self.connection_error.emit()