| Index: infra_libs/ts_mon/common/monitors.py
|
| diff --git a/infra_libs/ts_mon/common/monitors.py b/infra_libs/ts_mon/common/monitors.py
|
| index bed8f180c138d9129eccd6b609eaf40ae2426f39..e39cdfe63503584c8622f1c96bc837f7d77fdfc3 100644
|
| --- a/infra_libs/ts_mon/common/monitors.py
|
| +++ b/infra_libs/ts_mon/common/monitors.py
|
| @@ -104,7 +104,7 @@ class HttpsMonitor(Monitor):
|
| resp, content = self._http.request(self._endpoint, method='POST',
|
| body=body)
|
| if resp.status != 200:
|
| - logging.warning('HttpsMonitor.send received status %d: %s', resp,
|
| + logging.warning('HttpsMonitor.send received status %d: %s', resp.status,
|
| content)
|
| except (ValueError, errors.Error,
|
| socket.timeout, socket.error, socket.herror, socket.gaierror,
|
|
|