diff options
Diffstat (limited to 'modules/local_time')
-rw-r--r-- | modules/local_time/local_time_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/local_time/local_time_hw.c b/modules/local_time/local_time_hw.c index a1f5d43..308f7d9 100644 --- a/modules/local_time/local_time_hw.c +++ b/modules/local_time/local_time_hw.c @@ -39,7 +39,7 @@ static int64_t ltdev_get_local_time(struct local_time_hw_device* dev) ret = clock_gettime(CLOCK_MONOTONIC, &ts); if (ret < 0) { - LOGW("%s failed to fetch CLOCK_MONOTONIC value! (res = %d)", + ALOGW("%s failed to fetch CLOCK_MONOTONIC value! (res = %d)", dev->common.module->name, ret); return 0; } |