ItEr51S04ValidacionEProbasFuncionaisItEr50S04: Changing the logging level.

The logging level is changed to info since it isn't an error but a
thing that's expected to happen.
This commit is contained in:
Óscar González Fernández 2010-03-16 13:00:45 +01:00
parent dd5a306f28
commit accfba1bc6

View file

@ -44,7 +44,7 @@ public class ConcurrentModificationController extends GenericForwardComposer {
public static void showException(
OptimisticLockingFailureException exception, String backURL) {
LOG
.error(
.info(
"an OptimistLockingFailureException caused a disruption to an user",
exception);
Executions.sendRedirect("/common/concurrent_modification.zul?back="