mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 02:22:57 +01:00
don't include connection string in exception message
This commit is contained in:
parent
909c06ac6c
commit
154a202142
@ -82,7 +82,7 @@ Session SessionPool::get()
|
||||
_idleSessions.push_front(pHolder);
|
||||
++_nSessions;
|
||||
}
|
||||
else throw SessionPoolExhaustedException(_connector, _connectionString);
|
||||
else throw SessionPoolExhaustedException(_connector);
|
||||
}
|
||||
|
||||
PooledSessionHolderPtr pHolder(_idleSessions.front());
|
||||
|
Loading…
Reference in New Issue
Block a user