securis/src/main/java/net/curisit/securis/services/LicenseResource.java
.. .. @@ -468,7 +468,7 @@ 468 468 MediaType.APPLICATION_JSON 469 469 }) 470 470 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);472 472 473 473 // EntityManager em = emProvider.get(); 474 474