Adição de log bug#1

dev:gleimar
qua:wallysson

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@102120 d1611594-4594-4d17-8e1d-87c2c4800839
master
changelogweb 2020-06-16 18:12:20 +00:00
parent 057e44dae9
commit 4c18579011
1 changed files with 1 additions and 1 deletions

View File

@ -1156,7 +1156,7 @@ public class EditarCatalogoDeRutaController extends MyGenericForwardComposer
lstm.setAttribute("data", rutaCombinacion); lstm.setAttribute("data", rutaCombinacion);
} catch (Exception e) { } catch (Exception e) {
log.error("Erro ao mudar via da ruta combinacion: " log.error("Erro ao mudar via da ruta combinacion: "
+ e.getMessage()); + e.getMessage(),e);
Clients.alert(Labels.getLabel("MSG.Error"), Clients.alert(Labels.getLabel("MSG.Error"),
Labels.getLabel("editarCatalogoDeRutaController.window.title"), Messagebox.ERROR); Labels.getLabel("editarCatalogoDeRutaController.window.title"), Messagebox.ERROR);
} }