udevng: Move debug print to more useful place

in setup_gobi()
This commit is contained in:
Pavel Machek 2018-09-27 16:47:00 -05:00 committed by Denis Kenzior
parent 84f7ca1ffd
commit 33be5732f1
1 changed files with 2 additions and 1 deletions

View File

@ -233,10 +233,11 @@ static gboolean setup_gobi(struct modem_info *modem)
}
}
DBG("qmi=%s net=%s mdm=%s gps=%s diag=%s", qmi, net, mdm, gps, diag);
if (qmi == NULL || mdm == NULL || net == NULL)
return FALSE;
DBG("qmi=%s net=%s mdm=%s gps=%s diag=%s", qmi, net, mdm, gps, diag);
ofono_modem_set_string(modem->modem, "Device", qmi);
ofono_modem_set_string(modem->modem, "Modem", mdm);