Add NRF debug/trace for finding crash [#512]

This commit is contained in:
Sukchan Lee
2020-07-26 14:54:30 -04:00
parent ff56388b3e
commit 06a5566128
8 changed files with 47 additions and 11 deletions

View File

@@ -44,7 +44,7 @@ static ogs_sbi_nf_instance_t *find_or_discover_nf_instance(
}
if (*nf == false) {
ogs_warn("[%s] Try to discover",
ogs_warn("Try to discover [%s]",
OpenAPI_nf_type_ToString(sbi_object->nf_type));
ogs_timer_start(sbi_object->client_wait.timer,
sbi_object->client_wait.duration);