Skip to content

Commit

Permalink
initial commit (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
taclane authored Nov 29, 2023
1 parent ecb144d commit 4f11731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/systems/system_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ bool System_impl::update_sysid(TrunkMessage message) {
if (!sys_rfss || !sys_site_id) {
sys_rfss = message.sys_rfss;
sys_site_id = message.sys_site_id;
BOOST_LOG_TRIVIAL(error) << "[" << short_name << "]\tDecoding System Site"
BOOST_LOG_TRIVIAL(info) << "[" << short_name << "]\tDecoding System Site"
<< " RFSS: " << std::setw(3) << std::setfill('0') << message.sys_rfss
<< " SITE ID: " << std::setw(3) << std::setfill('0') << message.sys_site_id
<< " (" << std::setw(3) << std::setfill('0') << message.sys_rfss << "-" << std::setw(3) << std::setfill('0') << message.sys_site_id << ")";
Expand Down

0 comments on commit 4f11731

Please sign in to comment.