Skip to content

Commit aa46a9d

Browse files
committed
Correct Error message
1 parent 697cf3e commit aa46a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ async def _request(
262262
)
263263
except ClientError as err: # ClientError is an ancestor class of ServerTimeroutError
264264
if retry < 1:
265-
LOGGER.error("failed sending %s %s to Plugwise", method, command)
265+
LOGGER.error("Failed sending %s %s to Plugwise Smile", method, command)
266266
raise PlugwiseException(
267267
"Plugwise connection error, check log for more info."
268268
) from err

0 commit comments

Comments
 (0)