Fixed a logger message

This commit is contained in:
M.Ravi 2017-09-22 13:45:15 +02:00
parent 4c0c1ffb27
commit ca73e1bb33
1 changed files with 1 additions and 1 deletions

View File

@ -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
)