diff --git a/homeassistant/components/sinch/notify.py b/homeassistant/components/sinch/notify.py index c0092f013c4..5e48f7b314d 100644 --- a/homeassistant/components/sinch/notify.py +++ b/homeassistant/components/sinch/notify.py @@ -83,7 +83,7 @@ class SinchNotificationService(BaseNotificationService): ) except ErrorResponseException as ex: _LOGGER.error( - "Caught ErrorResponseException. Response code: %d (%s)", + "Caught ErrorResponseException. Response code: %s (%s)", ex.error_code, ex, )