commit | ad3f5145fe513c4abb36388ab41508edf2be2a7c | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Oct 12 17:27:03 2011 +0100 |
committer | Steve Block <steveblock@google.com> | Wed Jan 18 11:08:20 2012 +0000 |
tree | b5f25e5fd304344492803dace330f682287a5aa6 | |
parent | b4cee0f871e0f5a2abd6c6f05b65710b69423f2c [diff] [blame] |
Rename (IF_)LOG() to (IF_)ALOG() Change-Id: If49c81a2793182771c6160fbca93905daa6f44c1
diff --git a/libs/utils/Timers.cpp b/libs/utils/Timers.cpp index 64a29f5..64b4701 100644 --- a/libs/utils/Timers.cpp +++ b/libs/utils/Timers.cpp
@@ -113,7 +113,7 @@ /*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; }