diff --git a/src/gprs.c b/src/gprs.c index 148cbc97..5f66cad5 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -1700,7 +1700,7 @@ static void netreg_status_changed(int status, int lac, int ci, int tech, { struct ofono_gprs *gprs = data; - DBG("%d", status); + DBG("%d (%s)", status, registration_status_to_string(status)); gprs->netreg_status = status;