fixed logging level.

This commit is contained in:
rachytski 2013-02-08 17:37:16 +03:00 committed by Alex Zolotarev
parent f7a07d5ec8
commit a113092f7b

View file

@ -94,7 +94,7 @@ namespace graphics
else
{
m_gpuData = 0;
LOG(LINFO, ("no OGL context. skipping OGL call"));
LOG(LDEBUG, ("no OGL context. skipping OGL call"));
}
OGLCHECKAFTER;
@ -129,7 +129,7 @@ namespace graphics
OGLCHECKAFTER;
}
else
LOG(LINFO, ("no OGL context. skipping OGL call."));
LOG(LDEBUG, ("no OGL context. skipping OGL call."));
}
else
{