gsup: fix error log message

The error happened in auth info and not in PDP info

Change-Id: I37ac6b5d7d34ba2ab0f83bcc1701b86b1a245014
This commit is contained in:
Alexander Couzens 2023-12-05 18:36:25 +00:00
parent 6587dd0abb
commit 75cc2466b0
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ static int decode_auth_info(uint8_t *data, size_t data_len,
parse_error:
LOGP(DLGSUP, LOGL_ERROR,
"GSUP IE type %d, length %zu invalid in PDP info\n", iei, value_len);
"GSUP IE type %d, length %zu invalid in auth info\n", iei, value_len);
return -1;
}