From: Robert Varga Date: Tue, 31 May 2022 20:27:53 +0000 (+0200) Subject: Fix session logging X-Git-Tag: v4.0.0~65 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=1581d8d1ac5205e45409ab48c1034a23d8b8a7ee;hp=1581d8d1ac5205e45409ab48c1034a23d8b8a7ee;p=netconf.git Fix session logging 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 ---