[Trivial fix] add missing ws seperator between words

This is to add missing ws seperator between words.

Change-Id: I314f8a2e8de4df2179504cfaee2c372c774d1f19
This commit is contained in:
zhufl 2019-01-23 14:36:00 +08:00
parent e4156ddb08
commit 7e28b872af

View File

@ -302,7 +302,7 @@ class RestClientURL(object): # pylint: disable=R0902
'/access/v1' not in zfssaurl):
try:
log_debug_msg(self, ('Authorizing request: '
'%(zfssaurl)s'
'%(zfssaurl)s '
'retry: %(retry)d .')
% {'zfssaurl': zfssaurl,
'retry': retry})