network: Add debug for signal strength updates

This commit is contained in:
Marcel Holtmann 2012-02-16 08:11:35 +01:00
parent 1ed0b9997c
commit 5fb0594750
1 changed files with 2 additions and 0 deletions

View File

@ -1524,6 +1524,8 @@ void ofono_netreg_strength_notify(struct ofono_netreg *netreg, int strength)
netreg->status != NETWORK_REGISTRATION_STATUS_ROAMING)
return;
DBG("strength %d", strength);
netreg->signal_strength = strength;
if (strength != -1) {