diff --git a/windows/cursoricon.c b/windows/cursoricon.c index f731c5a3d61..df082e12760 100644 --- a/windows/cursoricon.c +++ b/windows/cursoricon.c @@ -1303,7 +1303,7 @@ WORD WINAPI DestroyIcon32( HGLOBAL16 handle, UINT16 flags ) if ( hActiveCursor == handle ) { - ERR_(cursor)("Destroying active cursor!\n" ); + WARN_(cursor)("Destroying active cursor!\n" ); SetCursor( 0 ); }