Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Théo Giovanna
bitmask_client
Commits
c8de65ea
Unverified
Commit
c8de65ea
authored
Mar 09, 2016
by
Kali Kaneko
Browse files
[feature] add logging
parent
40235da2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/leap/bitmask/core/mail_services.py
View file @
c8de65ea
...
...
@@ -330,7 +330,7 @@ class KeymanagerService(service.Service, HookableService):
log
.
msg
(
'Passing a new SRP Token to Keymanager: %s'
%
userid
)
container
.
set_remote_auth_token
(
userid
,
token
)
else
:
log
.
msg
(
'storing the keymanager token...
'
)
log
.
msg
(
'storing the keymanager token...
%s '
%
token
)
self
.
tokens
[
userid
]
=
token
# commands
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment