mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-31 14:39:53 +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);
|
_idleSessions.push_front(pHolder);
|
||||||
++_nSessions;
|
++_nSessions;
|
||||||
}
|
}
|
||||||
else throw SessionPoolExhaustedException(_connector, _connectionString);
|
else throw SessionPoolExhaustedException(_connector);
|
||||||
}
|
}
|
||||||
|
|
||||||
PooledSessionHolderPtr pHolder(_idleSessions.front());
|
PooledSessionHolderPtr pHolder(_idleSessions.front());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user