network: debug log the network time on update

This commit is contained in:
Alexander Couzens 2019-04-27 16:16:49 +02:00 committed by Denis Kenzior
parent c508574f68
commit 13181d1a01
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);
}