diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 6e6737c53..19c1dfb7b 100644 --- a/controller/PostgreSQL.cpp +++ b/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"]; }