Fixing vsnprintf behavior on 64-bit systems
[tpg/acess2.git] / Modules / Display / VESA / main.c
index 506a8b5..bafab9d 100644 (file)
@@ -519,7 +519,7 @@ void Vesa_FlipCursor(void *Arg)
        // Sanity 1\r
        if(giVesaCursorX < 0 || giVesaCursorY < 0\r
        || y*pitch + x + giVT_CharHeight*pitch > (int)gpVesaCurMode->fbSize/4) {\r
-               Debug("Cursor OOB (%i,%i)", x, y);\r
+               Log_Notice("VESA", "Cursor OOB (%i,%i)", x, y);\r
                giVesaCursorTimer = -1;\r
                return;\r
        }\r

UCC git Repository :: git.ucc.asn.au