Skip to content

Commit

Permalink
优化日志
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Mar 30, 2019
1 parent 7c1ab94 commit c8f3edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void use(String dataSourceId) {
//添加对队尾
getUsedHistoryQueue().addLast(dataSourceId);
if (logger.isDebugEnabled()) {
logger.debug("try use datasource : {}", dataSourceId);
logger.debug("try use database : {}", dataSourceId);
}
}

Expand Down

0 comments on commit c8f3edf

Please sign in to comment.