mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 04:57:53 +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 identity = (*config)["identity"];
|
||||
std::string target = "NULL";
|
||||
fprintf(stderr, "Updating Member %s-%s\n", networkId.c_str(), memberId.c_str());
|
||||
|
||||
if (!(*config)["remoteTraceTarget"].is_null()) {
|
||||
target = (*config)["remoteTraceTarget"];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user