Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
knightliao committed May 6, 2016
1 parent bd2d5e6 commit a4c79d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private ClassLoaderUtil() {

// 如果是jar包内的,则返回当前路径
if (classPath.contains(".jar!")) {
LOGGER.warn("using config file inline jar!");
LOGGER.warn("using config file inline jar!" + classPath);
classPath = System.getProperty("user.dir");
}

Expand Down

0 comments on commit a4c79d1

Please sign in to comment.