Skip to content

Commit f199067

Browse files
author
Igor Polevoy
committed
#369 Display JDBC URL when attaching a connection to thread.
1 parent 110a732 commit f199067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activejdbc/src/main/java/org/javalite/activejdbc/ConnectionsAccess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static void attach(String dbName, Connection connection, String extraInfo) {
6262
}
6363

6464
static void detach(String dbName){
65-
LogFilter.log(logger, "Detached connection: {} from thread: {}", dbName, Thread.currentThread());
65+
LogFilter.log(logger, "Detached connection: {} from current thread", dbName);
6666
getConnectionMap().remove(dbName);
6767
}
6868

0 commit comments

Comments
 (0)