Fix session logging 84/101384/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 31 May 2022 20:27:53 +0000 (22:27 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 31 May 2022 20:47:45 +0000 (22:47 +0200)
We are using 'this' for session name -- that refers to the anonymous
class, leading to confusing logs. Fix that by passing the proper
session. This allows us to use a simple lambda instead.

Change-Id: I10080ef1f55d260af3a1ca8b62a58510d0feec87
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found