Adjust debug warning log

Change-Id: I1ea4be3e8bf29f9fd1ad89795eace440a5159559
main
Ken Wakasa 2013-01-23 18:53:25 +09:00
parent f1074c508e
commit e9e4fa5af6
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);
}
}