Update Renderer Module
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / mapping / MappingUtilsImpl.java
index 3e2d055f3c6e904ac1c1ae04f7d9e84f67239818..b87971a1faddde0ce28928f1b957c01275feebdd 100644 (file)
@@ -52,8 +52,8 @@ public class MappingUtilsImpl implements MappingUtils {
                         return StringConstants.OPENROADM_DEVICE_VERSION_1_2_1;
                 }
             } else {
-                LOG.warn("Could not find mapping for nodeId {}",
-                        nodeId);
+                LOG.warn("Could not find mapping for nodeId {}", nodeId);
+                return StringConstants.OPENROADM_DEVICE_VERSION_1_2_1;
             }
         } catch (InterruptedException | ExecutionException ex) {
             LOG.error("Unable to read mapping for nodeId {}",nodeId, ex);