rsanchez
2015-01-30 71ddf7a4e293ff26e078edfd834adb7537b396ca
securis/src/main/java/net/curisit/securis/services/LicenseResource.java
....@@ -468,7 +468,7 @@
468468 MediaType.APPLICATION_JSON
469469 })
470470 public Response modify(License lic, @PathParam("licId") Integer licId, @Context BasicSecurityContext bsc) throws SeCurisServiceException {
471
- LOG.info("Modifying organization with id: {}", licId);
471
+ LOG.info("Modifying license with id: {}", licId);
472472
473473 // EntityManager em = emProvider.get();
474474