Skip to content

Commit a1462ee

Browse files
committed
Polishing debug log message in SqlSessionFactoryBean
1 parent 544a195 commit a1462ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mybatis/spring/SqlSessionFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ protected SqlSessionFactory buildSqlSessionFactory() throws IOException {
407407
configuration = xmlConfigBuilder.getConfiguration();
408408
} else {
409409
if (LOGGER.isDebugEnabled()) {
410-
LOGGER.debug("Property `configuration` or 'configLocation' not specified, using default MyBatis Configuration");
410+
LOGGER.debug("Property 'configuration' or 'configLocation' not specified, using default MyBatis Configuration");
411411
}
412412
configuration = new Configuration();
413413
if (this.configurationProperties != null) {

0 commit comments

Comments
 (0)