Add modify vnf feature on driver
[vfc/nfvo/driver/vnfm/svnfm.git] / nokia / vnfmdriver / vfcadaptorservice / vfcadaptor / src / main / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / common / util / CommonUtil.java
index e59a301..add35c2 100644 (file)
@@ -47,7 +47,7 @@ public final class CommonUtil {
                 fileContent = new String(contentByte);
             }
         } catch(FileNotFoundException e) {
-               logger.error(fileName + "is not found!", e);
+               logger.error(fileName + " is not found!", e);
         } finally {
             if(ins != null) {
                 ins.close();