enb,s1ap: only log info in the s1ap connection procedure

the event is logged as error by the calling function already
This commit is contained in:
Andre Puschmann 2020-09-15 13:18:58 +02:00
parent 9dd02af15c
commit 49655cd33c
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ srslte::proc_outcome_t s1ap::s1_setup_proc_t::start_mme_connection()
}
if (not s1ap_ptr->connect_mme()) {
procError("Failed to initiate SCTP socket. Attempting reconnection in %d seconds\n",
s1ap_ptr->mme_connect_timer.duration() / 1000);
procInfo("Failed to initiate SCTP socket. Attempting reconnection in %d seconds\n",
s1ap_ptr->mme_connect_timer.duration() / 1000);
s1ap_ptr->s1ap_log->console("Failed to initiate SCTP socket. Attempting reconnection in %d seconds\n",
s1ap_ptr->mme_connect_timer.duration() / 1000);
s1ap_ptr->mme_connect_timer.run();