aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2023-12-05 18:36:25 +0000
committerAlexander Couzens <lynxis@fe80.eu>2023-12-05 18:36:29 +0000
commit75cc2466b0c6fd76374d5c7e0ad84c96a878f052 (patch)
treebc25087666d9604ad962b4fe1e537d2b4c295580
parent6587dd0abbf9df6a0034de17466d061cc60d63fd (diff)
gsup: fix error log message
The error happened in auth info and not in PDP info Change-Id: I37ac6b5d7d34ba2ab0f83bcc1701b86b1a245014
-rw-r--r--src/gsm/gsup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm/gsup.c b/src/gsm/gsup.c
index 4e09ac8c..4e18ddb2 100644
--- a/src/gsm/gsup.c
+++ b/src/gsm/gsup.c
@@ -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;
}