Fix string issue in OpenRoadmInterfaceException
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / openroadminterfaces / OpenRoadmInterfaceException.java
index 8de67147712041fe92bd0762e7e20964028cae58..9f058a380011e1b07ae91d9c95e3ce1e6c9cfb0a 100644 (file)
@@ -24,6 +24,6 @@ public class OpenRoadmInterfaceException extends Exception {
 
     public static final String mapping_msg_err(String node, String port) {
         return String.format(
-            "Unable to get mapping from PortMapping for node % and logical connection port %s", node, port);
+            "Unable to get mapping from PortMapping for node %s and logical connection port %s", node, port);
     }
 }