diff --git a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java index d6cc54e38..198667a08 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/CorridaServiceImpl.java @@ -662,7 +662,7 @@ public class CorridaServiceImpl implements CorridaService { } } catch (org.springframework.dao.DataIntegrityViolationException ex) { - log.error(ex); + log.error("",ex); } return corrida;