Fix PCEP registry warning 76/97576/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 21 Sep 2021 11:58:21 +0000 (13:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 21 Sep 2021 11:58:21 +0000 (13:58 +0200)
commit5e14621f898cd9898d68c15a209f1b47f64514a7
treebd26118e0a85d095778d2de915189a292cc44d15
parent1121017dbf06bb4b44176b9eae0b7dddcb52b594
Fix PCEP registry warning

We are logging getClass(), which is a bit confusing, as that is not the
key we are looking up. Make things obvious by logging
implementedInterface().

Change-Id: I80540b21554de1909a8e77930306b77ced3c9be3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
pcep/spi/src/main/java/org/opendaylight/protocol/pcep/spi/pojo/SimpleMessageRegistry.java