mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
debug output
This commit is contained in:
parent
88a3c685fb
commit
d2708daa8e
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ void PostgreSQL::initializeNetworks(PGconn *conn)
|
||||||
obj["servers"] = servers;
|
obj["servers"] = servers;
|
||||||
config["dns"].push_back(obj);
|
config["dns"].push_back(obj);
|
||||||
}
|
}
|
||||||
fprintf(stderr, "%s\n", OSUtils::jsonDump(config["dns"], 2).c_str());
|
fprintf(stderr, "%s: %s\n", OSUtils::jsonString(config["nwid"], "").c_str(), OSUtils::jsonDump(config["dns"], 2).c_str());
|
||||||
|
|
||||||
PQclear(r2);
|
PQclear(r2);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue