Browse Source

remove another noisy log line

pull/1/head
Grant Limberg 8 years ago
parent
commit
761cc5c923
  1. 2
      controller/PostgreSQL.cpp

2
controller/PostgreSQL.cpp

@ -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…
Cancel
Save