use warning rather than debug logging

This commit is contained in:
Richard Smith 2025-05-05 16:19:59 +01:00
parent 9e71019f2d
commit 7d6ce1864a
2 changed files with 5 additions and 4 deletions

View file

@ -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__)