network: debug output the network time if updated

This commit is contained in:
Alexander Couzens 2017-07-26 02:12:16 +02:00 committed by Pau Espin Pedrol
parent ad483b2b6b
commit 9bcebfde29
1 changed files with 5 additions and 0 deletions

View File

@ -1407,6 +1407,11 @@ void ofono_netreg_time_notify(struct ofono_netreg *netreg,
if (info == NULL)
return;
DBG("net time %d-%02d-%02d %02d:%02d:%02d utcoff %d dst %d",
info->year, info->mon, info->mday,
info->hour, info->min, info->sec,
info->utcoff, info->dst);
__ofono_nettime_info_received(modem, info);
}