[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:
parent
e4156ddb08
commit
7e28b872af
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user