Fixed a logger message
This commit is contained in:
parent
4c0c1ffb27
commit
ca73e1bb33
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class OpenNebulaManager():
|
|||
oca.User.METHODS['allocate'], email,
|
||||
password, 'core')
|
||||
logger.debug(
|
||||
"User {0} does not exist. Created the user. User id = {1}",
|
||||
"User {} does not exist. Created the user. User id = {}",
|
||||
email,
|
||||
opennebula_user
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue