network/ofono_netreg_status_notify: debug output lac and ci

The location are code and cell id is updated at the same time.
This commit is contained in:
Alexander Couzens 2017-07-26 02:11:23 +02:00 committed by Pau Espin Pedrol
parent 28ed01a745
commit ad483b2b6b
1 changed files with 2 additions and 2 deletions

View File

@ -1351,8 +1351,8 @@ void ofono_netreg_status_notify(struct ofono_netreg *netreg, int status,
if (netreg == NULL)
return;
DBG("%s status %d tech %d", __ofono_atom_get_path(netreg->atom),
status, tech);
DBG("%s status %d tech %d lac %d ci %d",
__ofono_atom_get_path(netreg->atom), status, tech, lac, ci);
if (netreg->status != status) {
struct ofono_modem *modem;