From 761cc5c923a4b1894c176754d9e799343473daa4 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 24 Oct 2018 13:36:07 -0700 Subject: remove another noisy log line --- controller/PostgreSQL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller') diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 6e6737c5..19c1dfb7 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"]; } -- cgit v1.2.3