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:
parent
dd5a306f28
commit
accfba1bc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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="
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue