Update pending message error (#80763)

This commit is contained in:
Paulus Schoutsen 2022-10-21 22:47:25 -04:00 committed by GitHub
parent 00b0fa6cdf
commit 2ef14d60f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,8 @@ class WebSocketHandler:
return
self._logger.error(
"Client unable to keep up with pending messages. Stayed over %s for %s seconds",
"Client unable to keep up with pending messages. Stayed over %s for %s seconds. "
"The system's load is too high or an integration is misbehaving",
PENDING_MSG_PEAK,
PENDING_MSG_PEAK_TIME,
)