Make a rare IPU chain mode transfer error log be DevCon only.

The only known game to run into it is fine anyway (Phase Paradox).

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5492 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2012-12-28 23:00:59 +00:00
parent 5ceb0a139d
commit c20de38d4c
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ int IPU1dma()
break;
default:
Console.Error("IPU ERROR: different transfer mode!, Please report to PCSX2 Team");
DevCon.Error("IPU ERROR: different transfer mode!, Please report to PCSX2 Team");
break;
}