diff options
Diffstat (limited to 'ipapython')
| -rw-r--r-- | ipapython/dogtag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/dogtag.py b/ipapython/dogtag.py index 01fc5cbcf..b17175413 100644 --- a/ipapython/dogtag.py +++ b/ipapython/dogtag.py @@ -209,7 +209,7 @@ def _httplib_request( http_body = res.read() conn.close() except Exception as e: - root_logger.exception("httplib request failed:") + root_logger.debug("httplib request failed:", exc_info=True) raise NetworkError(uri=uri, error=str(e)) root_logger.debug('response status %d', http_status) |
