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,
|
oca.User.METHODS['allocate'], email,
|
||||||
password, 'core')
|
password, 'core')
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"User {0} does not exist. Created the user. User id = {1}",
|
"User {} does not exist. Created the user. User id = {}",
|
||||||
email,
|
email,
|
||||||
opennebula_user
|
opennebula_user
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue