[PFCP] Fix typo in log line (#1526)

This commit is contained in:
Pau Espin 2022-05-10 15:40:32 +02:00 committed by GitHub
parent 6ffdce598a
commit 3a28ddce37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1658,7 +1658,7 @@ ogs_pfcp_ue_ip_t *ogs_pfcp_ue_ip_alloc(
} else {
ogs_pool_alloc(&subnet->pool, &ue_ip);
if (!ue_ip) {
ogs_error("No resources avaiable");
ogs_error("No resources available");
*cause_value = OGS_PFCP_CAUSE_NO_RESOURCES_AVAILABLE;
return NULL;
}