Fix Log message in OLM provider 07/99007/1
authorGilles Thouenon <gilles.thouenon@orange.com>
Wed, 15 Dec 2021 09:30:08 +0000 (10:30 +0100)
committerGilles Thouenon <gilles.thouenon@orange.com>
Wed, 15 Dec 2021 09:31:35 +0000 (10:31 +0100)
JIRA: TRNSPRTPCE-570
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Co-authored-by: Christophe Betoule <christophe.betoule@orange.com>
Change-Id: Ibc274f67a3c63a16687a57860ee1d99b433cf8fb

olm/src/main/java/org/opendaylight/transportpce/olm/OlmProvider.java

index 720f18a23834a36916f981550fa80f61e9af115e..db2865167ea053f03ff0185692c4b163ccfe77dc 100644 (file)
@@ -50,7 +50,7 @@ public class OlmProvider {
      * Method called when the blueprint container is destroyed.
      */
     public void close() {
-        LOG.info("RendererProvider Closed");
+        LOG.info("OlmProvider Closed");
         // Clean up the RPC service registration
         if (olmRPCRegistration != null) {
             olmRPCRegistration.close();