mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
remove another noisy log line
This commit is contained in:
parent
f901b9dd6b
commit
761cc5c923
@ -621,7 +621,7 @@ void PostgreSQL::commitThread()
|
|||||||
std::string networkId = (*config)["nwid"];
|
std::string networkId = (*config)["nwid"];
|
||||||
std::string identity = (*config)["identity"];
|
std::string identity = (*config)["identity"];
|
||||||
std::string target = "NULL";
|
std::string target = "NULL";
|
||||||
fprintf(stderr, "Updating Member %s-%s\n", networkId.c_str(), memberId.c_str());
|
|
||||||
if (!(*config)["remoteTraceTarget"].is_null()) {
|
if (!(*config)["remoteTraceTarget"].is_null()) {
|
||||||
target = (*config)["remoteTraceTarget"];
|
target = (*config)["remoteTraceTarget"];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user