Skip to content

Commit

Permalink
fix testcontainers#406 - script path is displayed in log message (tes…
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmaty authored and rnorth committed Jul 18, 2017
1 parent 4641383 commit d7710b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public static void executeSqlScript(Connection connection, String scriptPath, St

try {
if (LOGGER.isInfoEnabled()) {
LOGGER.info("Executing SQL script from " + script);
LOGGER.info("Executing SQL script from " + scriptPath);
}

long startTime = System.currentTimeMillis();
Expand Down

0 comments on commit d7710b9

Please sign in to comment.