Skip to content

Commit 7df6b45

Browse files
author
Matthew Fisher
committed
fix(client): concatenate strings together
1 parent 9b72b74 commit 7df6b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def auth_register(self, args):
715715
if self.auth_login(login_args) is False:
716716
self._logger.info('Login failed')
717717
else:
718-
self._logger.info('Registration failed', response.content)
718+
self._logger.info('Registration failed: ' + response.content)
719719
sys.exit(1)
720720
return True
721721

0 commit comments

Comments
 (0)