summaryrefslogtreecommitdiff
path: root/ironicclient/common/http.py
diff options
context:
space:
mode:
Diffstat (limited to 'ironicclient/common/http.py')
-rw-r--r--ironicclient/common/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/common/http.py b/ironicclient/common/http.py
index 35d1ccb..e356920 100644
--- a/ironicclient/common/http.py
+++ b/ironicclient/common/http.py
@@ -711,7 +711,7 @@ def _construct_http_client(endpoint=None,
else:
if kwargs:
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,