mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
cleanup some debug statements
This commit is contained in:
@ -534,8 +534,6 @@ void EmbeddedNetworkController::init(const Identity &signingId,Sender *sender)
|
|||||||
_signingIdAddressString = signingId.address().toString(tmp);
|
_signingIdAddressString = signingId.address().toString(tmp);
|
||||||
|
|
||||||
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
#ifdef ZT_CONTROLLER_USE_LIBPQ
|
||||||
fprintf(stderr, "path: %s\n", _path.c_str());
|
|
||||||
fprintf(stderr, "substr: %s\n", _path.substr(0,3).c_str());
|
|
||||||
if ((_path.length() > 9)&&(_path.substr(0,9) == "postgres:")) {
|
if ((_path.length() > 9)&&(_path.substr(0,9) == "postgres:")) {
|
||||||
fprintf(stderr, "CV1\n");
|
fprintf(stderr, "CV1\n");
|
||||||
_db.addDB(std::shared_ptr<DB>(new CV1(_signingId,_path.substr(9).c_str(), _listenPort, _rc)));
|
_db.addDB(std::shared_ptr<DB>(new CV1(_signingId,_path.substr(9).c_str(), _listenPort, _rc)));
|
||||||
|
Reference in New Issue
Block a user