Skip to content

Commit

Permalink
fix log comments to help troubleshooting.
Browse files Browse the repository at this point in the history
  • Loading branch information
acl committed Jan 16, 2012
1 parent b302935 commit f82bcf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libacoustic/libacoustic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ int msm72xx_enable_audpp(int enable_mask)
}
}

LOGE("msm72xx_enable_audpp: 0x%04x", enable_mask);
LOGI("msm72xx_enable_audpp: 0x%04x", enable_mask);
if (ioctl(fd, AUDIO_ENABLE_AUDPP, &enable_mask) < 0) {
LOGE("enable audpp error");
close(fd);
Expand Down Expand Up @@ -1513,7 +1513,7 @@ int msm72xx_set_acoustic_table(int device, int volume)
break;

default:
LOGE("Unknown out_path");
LOGE("Unknown out_path %d", out_path);
break;
}

Expand Down

0 comments on commit f82bcf4

Please sign in to comment.