Keep decimal format the default.

This commit is contained in:
Aleric Inglewood
2013-01-13 19:46:35 +01:00
parent e7dea2714e
commit 909247a179

View File

@@ -338,7 +338,7 @@ BOOL stop_gloderror()
if (error != GLOD_NO_ERROR)
{
llwarns << "GLOD error detected, cannot generate LOD: " << std::hex << error << llendl;
llwarns << "GLOD error detected, cannot generate LOD: " << std::hex << error << std::dec << llendl;
return TRUE;
}