Change error log to info in sceMp3LowLevelInit

This commit is contained in:
kaienfr 2014-04-14 12:00:19 +02:00
parent cc933d6fc9
commit 73d8786078

View file

@ -510,7 +510,7 @@ u32 sceMp3ResetPlayPositionByFrame(u32 mp3, int position) {
}
u32 sceMp3LowLevelInit(u32 mp3) {
ERROR_LOG(ME, "sceMp3LowLevelInit(%i)", mp3);
INFO_LOG(ME, "sceMp3LowLevelInit(%i)", mp3);
auto ctx = new AuCtx;
ctx->audioType = PSP_CODEC_MP3;