Added log message for troubleshooting #2117

This commit is contained in:
Sukchan Lee 2023-03-06 21:19:42 +09:00
parent ff4eab2e51
commit cedec3a7b9
1 changed files with 2 additions and 1 deletions

View File

@ -654,7 +654,8 @@ bool ogs_nnrf_nfm_handle_nf_status_notify(
ogs_sbi_nf_fsm_tran(
nf_instance, ogs_sbi_nf_state_de_registered);
} else {
ogs_info("[%s] NF removed", nf_instance->id);
ogs_info("[%s:%d] NF removed",
nf_instance->id, nf_instance->reference_count);
ogs_sbi_nf_fsm_fini((nf_instance));
ogs_sbi_nf_instance_remove(nf_instance);
}