NONRTRIC - Implement DMaaP mediator producer service in Java
[nonrtric.git] / enrichment-coordinator-service / src / main / java / org / oransc / enrichment / repository / InfoTypes.java
index e3089f9..85664f6 100644 (file)
@@ -126,7 +126,7 @@ public class InfoTypes {
                 out.print(gson.toJson(type));
             }
         } catch (Exception e) {
-            logger.warn("Could not save job: {} {}", type.getId(), e.getMessage());
+            logger.warn("Could not save type: {} {}", type.getId(), e.getMessage());
         }
     }