Make some logging VERBOSE

This commit is contained in:
Henrik Rydgard 2013-05-09 10:43:12 +02:00
parent 8ada3aa8b4
commit 5fc8de091d
2 changed files with 3 additions and 3 deletions

View file

@ -2012,7 +2012,7 @@ bool __KernelIsDispatchEnabled()
int sceKernelRotateThreadReadyQueue(int priority)
{
DEBUG_LOG(HLE, "sceKernelRotateThreadReadyQueue(%x)", priority);
VERBOSE_LOG(HLE, "sceKernelRotateThreadReadyQueue(%x)", priority);
Thread *cur = __GetCurrentThread();