Update JenisLogController.java

Clean code
This commit is contained in:
Salman Manoe 2024-02-07 14:42:18 +07:00
parent 7c24ab5bc1
commit 6ec433d135

View File

@ -40,7 +40,7 @@ public class JenisLogController {
jenisLogService.save(vos);
return RestUtil.getJsonResponse(CREATED.getReasonPhrase(), CREATED);
} catch (ServiceVOException e) {
LOGGER.error("Got exception {} when add Agama", e.getMessage());
LOGGER.error("Got exception {} when add jenis log", e.getMessage());
return RestUtil.getJsonHttptatus(INTERNAL_SERVER_ERROR);
}
}