forked from organicmaps/organicmaps
fixed logging level.
This commit is contained in:
parent
f7a07d5ec8
commit
a113092f7b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue