Skip to content

Commit

Permalink
Fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
elnormous committed Sep 6, 2016
1 parent 1035021 commit c651952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ouzel/opengl/RendererOGL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace ouzel
return false;
}
#else
log(LOG_WARNING, "Multisample anti-aliasing is disabled for OpenGL");
log(LOG_LEVEL_WARNING, "Multisample anti-aliasing is disabled for OpenGL");
#endif
}

Expand Down

0 comments on commit c651952

Please sign in to comment.