aboutsummaryrefslogtreecommitdiffstats
path: root/src/db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.c')
-rw-r--r--src/db.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/db.c b/src/db.c
index b538d5dd7..697979467 100644
--- a/src/db.c
+++ b/src/db.c
@@ -238,7 +238,8 @@ struct gsm_subscriber *db_get_subscriber(enum gsm_subscriber_field field, const
return NULL;
}
if (!dbi_result_next_row(result)) {
- printf("DB: Failed to find the Subscriber.\n");
+ printf("DB: Failed to find the Subscriber. '%u' '%s'\n",
+ field, id);
dbi_result_free(result);
return NULL;
}