diff --git a/trunk-recorder/config.cc b/trunk-recorder/config.cc index 98c9bddc7..9b7ecdac4 100644 --- a/trunk-recorder/config.cc +++ b/trunk-recorder/config.cc @@ -201,7 +201,7 @@ bool load_config(string config_file, Config &config, gr::top_block_sptr &tb, std config.record_uu_v_calls = data.value("recordUUVCalls", true); BOOST_LOG_TRIVIAL(info) << "Record Unit to Unit Voice Calls: " << config.record_uu_v_calls; config.new_call_from_update = data.value("newCallFromUpdate", true); - BOOST_LOG_TRIVIAL(info) << "New Call from UPDATE Messages" << config.new_call_from_update; + BOOST_LOG_TRIVIAL(info) << "New Call from UPDATE Messages: " << config.new_call_from_update; std::string frequency_format_string = data.value("frequencyFormat", "mhz"); if (boost::iequals(frequency_format_string, "mhz")) { @@ -634,4 +634,4 @@ bool load_config(string config_file, Config &config, gr::top_block_sptr &tb, std } BOOST_LOG_TRIVIAL(info) << "\n\n"; return true; -} \ No newline at end of file +}