diff options
| -rw-r--r-- | ironicclient/common/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/common/http.py b/ironicclient/common/http.py index d650753..3177c98 100644 --- a/ironicclient/common/http.py +++ b/ironicclient/common/http.py @@ -744,7 +744,7 @@ def _construct_http_client(session=None, if kwargs: endpoint = kwargs.pop('endpoint_override', None) LOG.warning('The following arguments are being ignored when ' - 'constructing the client: %s'), ', '.join(kwargs) + 'constructing the client: %s', ', '.join(kwargs)) return HTTPClient(endpoint=endpoint, token=token, |
