NOT_FOR_MERGE: qmimodem: add strength to debug

This commit is contained in:
Alexander Couzens 2017-07-25 20:35:15 +02:00
parent ff06b899c4
commit 79418076b5
1 changed files with 2 additions and 2 deletions

View File

@ -450,10 +450,10 @@ static void event_notify(struct qmi_result *result, void *user_data)
if (ss) {
int strength;
DBG("signal with %d dBm on %d", ss->dbm, ss->rat);
strength = dbm_to_strength(ss->dbm);
DBG("signal with %d%(%d dBm) on %d", strength, ss->dbm, ss->rat);
ofono_netreg_strength_notify(netreg, strength);
}