summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/controlport
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2015-03-05 19:37:02 -0500
committerTom Rondeau <tom@trondeau.com>2015-04-02 15:38:57 -0700
commit158b0b462cd7868c1a2e6133a995e996ea4aba86 (patch)
tree1e5a4f796c12c4e90ca24f01de8ea8bcc82c0981 /gnuradio-runtime/lib/controlport
parentde96353ab2b27f251909ec9a69f336f133899011 (diff)
controlport: more cleanup and conveniences
Diffstat (limited to 'gnuradio-runtime/lib/controlport')
-rw-r--r--gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc b/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc
index 095db2ec9f..874df5b202 100644
--- a/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc
+++ b/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc
@@ -96,10 +96,7 @@ void thrift_application_base<TserverBase, TserverClass>::start_thrift()
// main(0, argv);
//}
- //std::cerr << "thrift_application_base: start_thrift" << std::endl;
- GR_LOG_DEBUG(d_debug_logger, "thrift_application_base: start server");
d_thriftserver->serve();
- GR_LOG_DEBUG(d_debug_logger, "thrift_application_base: server started");
}
@@ -125,7 +122,7 @@ bool thrift_application_base<TserverBase, TserverClass>::application_started()
//std::cout << "Thrift endpoint: " << endpoint << " boost hostname: " << boost_hostname << std::endl;
set_endpoint(endpoint);
- GR_LOG_INFO(logger, "Apache Thrift: " + endpoint);
+ GR_LOG_INFO(d_logger, "Apache Thrift: " + endpoint);
d_is_running = true;
result = true;
}