From ad3f5145fe513c4abb36388ab41508edf2be2a7c Mon Sep 17 00:00:00 2001 From: Steve Block Date: Wed, 12 Oct 2011 17:27:03 +0100 Subject: Rename (IF_)LOG() to (IF_)ALOG() Change-Id: If49c81a2793182771c6160fbca93905daa6f44c1 --- libs/utils/Timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/utils/Timers.cpp') diff --git a/libs/utils/Timers.cpp b/libs/utils/Timers.cpp index 64a29f58776a..64b470181ad9 100644 --- a/libs/utils/Timers.cpp +++ b/libs/utils/Timers.cpp @@ -113,7 +113,7 @@ long long DurationTimer::durationUsecs(void) const /*static*/ void DurationTimer::addToTimeval(struct timeval* ptv, long usec) { if (usec < 0) { - LOG(LOG_WARN, "", "Negative values not supported in addToTimeval\n"); + ALOG(LOG_WARN, "", "Negative values not supported in addToTimeval\n"); return; } -- cgit v1.2.3-59-g8ed1b