Merge "Adjust debug warning log"

main
Ken Wakasa 2013-01-23 10:48:11 +00:00 committed by Android (Google) Code Review
commit e3ee50c321
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ namespace latinime {
for (int i = 0; i < inputSize; ++i) {
if (i > 0) {
if (times[i] < times[i - 1]) {
AKLOGI("Invalid time sequence. %d, %d", times[i], times[i - 1]);
AKLOGI("Invalid time sequence. %d, %d", times[i - 1], times[i]);
ASSERT(false);
}
}