mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-10-16 18:25:08 +02:00
debug printf
This commit is contained in:
parent
ce84de605d
commit
686653509a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ CentralDB::CentralDB(
|
|||
char myAddress[64];
|
||||
_myAddressStr = myId.address().toString(myAddress);
|
||||
_connString = std::string(connString);
|
||||
fprintf(stderr, "connstring: %s\n", _connString.c_str());
|
||||
auto f = std::make_shared<PostgresConnFactory>(_connString);
|
||||
_pool =
|
||||
std::make_shared<ConnectionPool<PostgresConnection> >(15, 5, std::static_pointer_cast<ConnectionFactory>(f));
|
||||
|
|
Loading…
Add table
Reference in a new issue