aboutsummaryrefslogtreecommitdiffstats
path: root/src/db_auc.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-16 04:58:58 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-16 05:51:58 +0100
commitedebc22989228f6f33e62b04ac37c17eeed5a650 (patch)
treee367c8b475555be6615d5efc69ebc1f1e3b6cf03 /src/db_auc.c
parentcab2fcd5b5a7276fc9a89e449e9d3ede11790711 (diff)
debug log: output ind slot, previous sqn, and sqn db update
Diffstat (limited to 'src/db_auc.c')
-rw-r--r--src/db_auc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db_auc.c b/src/db_auc.c
index 8a369b5..f532b83 100644
--- a/src/db_auc.c
+++ b/src/db_auc.c
@@ -223,7 +223,8 @@ int db_get_auc(struct db_context *dbc, const char *imsi,
/* Update SQN in database, as needed */
if (aud3g.algo) {
- LOGAUC(imsi, LOGL_DEBUG, "Updating SQN in DB\n");
+ LOGAUC(imsi, LOGL_DEBUG, "Updating SQN=%" PRIu64 " in DB\n",
+ aud3g.u.umts.sqn);
rc = db_update_sqn(dbc, subscr_id, aud3g.u.umts.sqn);
/* don't tell caller we generated any triplets in case of
* update error */