Roberto Sánchez
2014-09-18 e1743c557079051217d1e65901f4ae9f9dad7d00
src/main/java/net/curisit/securis/utils/JsonUtils.java
....@@ -197,7 +197,7 @@
197197 } catch (JsonParseException e) {
198198 throw new SeCurisException("Error converting JSON to object", e);
199199 } catch (IOException e) {
200
- e.printStackTrace();
200
+ log.error("Error converting JSON to object", e);
201201 throw new SeCurisException("Error converting JSON to object", e);
202202 }
203203 }