Commit 8e16a679 by xuxueli

Merge branch 'master' of https://github.com/xuxueli/xxl-job

parents 4eb77ddd 13fe1447
...@@ -115,7 +115,7 @@ public class DateUtil { ...@@ -115,7 +115,7 @@ public class DateUtil {
Date date = getDateFormat(pattern).parse(dateString); Date date = getDateFormat(pattern).parse(dateString);
return date; return date;
} catch (Exception e) { } catch (Exception e) {
logger.warn("parse date error, dateString = {}, pattern={}; errorMsg = ", dateString, pattern, e.getMessage()); logger.warn("parse date error, dateString = {}, pattern={}; errorMsg = {}", dateString, pattern, e.getMessage());
return null; return null;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment