This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit ae3a2af30ae007d5f822314b780f469a808dec17 Author: jcouteau <couteau@codelutin.com> Date: Tue Sep 24 17:35:31 2019 +0200 Rename logger --- .../java/com/franciaflex/faxtomail/web/FaxToMailActionSupport.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailActionSupport.java b/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailActionSupport.java index 364d9385..30f67b50 100644 --- a/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailActionSupport.java +++ b/faxtomail-ui-web/src/main/java/com/franciaflex/faxtomail/web/FaxToMailActionSupport.java @@ -53,7 +53,7 @@ import java.util.Map; }) public class FaxToMailActionSupport extends ActionSupport { - private static final Log log = LogFactory.getLog(FaxToMailActionSupport.class); + private static final Log logger = LogFactory.getLog(FaxToMailActionSupport.class); public static final String SAVE = "save"; @@ -121,7 +121,7 @@ public class FaxToMailActionSupport extends ActionSupport { try { result = getGson().toJson(element); } catch (Exception e) { - log.warn("Can't convert object to json", e); + logger.warn("Can't convert object to json", e); } return result; } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.