Fix typo in logging statement.
Change-Id: I778fb25927c9733e3bdddbd3202481ee24575c9d
This commit is contained in:
parent
b43f07439e
commit
b3213e54e9
@ -158,7 +158,7 @@ class Session(object):
|
|||||||
log.debug("Using session_id {0} for the environment {1}".format(
|
log.debug("Using session_id {0} for the environment {1}".format(
|
||||||
session_id, environment_id))
|
session_id, environment_id))
|
||||||
else:
|
else:
|
||||||
log.debug("Session for the environment {0} not found".found(
|
log.debug("Session for the environment {0} not found".format(
|
||||||
environment_id))
|
environment_id))
|
||||||
return session_id
|
return session_id
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user