use warning rather than debug logging
This commit is contained in:
parent
9e71019f2d
commit
7d6ce1864a
2 changed files with 5 additions and 4 deletions
|
@ -31,4 +31,4 @@ from raylib.defines import *
|
|||
import cffi
|
||||
from .version import __version__
|
||||
|
||||
logger.debug("RAYLIB STATIC %s LOADED", __version__)
|
||||
logger.warning("RAYLIB STATIC %s LOADED", __version__)
|
||||
|
|
Reference in a new issue