diff options
author | Tom Rondeau <tom@trondeau.com> | 2015-06-17 15:31:58 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2015-06-17 15:31:58 -0400 |
commit | 7b684a238f05608abff3d10b728901d9665569e5 (patch) | |
tree | 241af91bf34199c7e1116abfb825750352122c02 /gnuradio-runtime/lib/controlport | |
parent | 861b15ff4193ad51dbedf71c581ea222c2398073 (diff) |
controlport: make sure to use to configured d_logger in thrift code.
Diffstat (limited to 'gnuradio-runtime/lib/controlport')
-rw-r--r-- | gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc b/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc index 3284fa077b..1d6cafe0c0 100644 --- a/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc +++ b/gnuradio-runtime/lib/controlport/thrift/rpcserver_booter_thrift.cc @@ -124,7 +124,7 @@ bool thrift_application_base<rpcserver_base, rpcserver_booter_thrift>::applicati set_endpoint(endpoint); - GR_INFO("thrift_application_base", "Apache Thrift: " + endpoint); + GR_LOG_INFO(d_logger, "Apache Thrift: " + endpoint); d_thirft_is_running = true; result = true; } |