diff --git a/srsenb/src/stack/rrc/rrc.cc b/srsenb/src/stack/rrc/rrc.cc index ecb6d4c17..136cc9a1a 100644 --- a/srsenb/src/stack/rrc/rrc.cc +++ b/srsenb/src/stack/rrc/rrc.cc @@ -201,7 +201,7 @@ void rrc::log_rrc_message(const std::string& source, dir == Tx ? "Tx" : "Rx", msg.msg.c1().type().to_string().c_str(), pdu->N_bytes); - rrc_log->debug("Content:\n%s\n", json_writer.to_string().c_str()); + rrc_log->debug_long("Content:\n%s\n", json_writer.to_string().c_str()); } }