diff --git a/reactos/dll/win32/user32/windows/bitmap.c b/reactos/dll/win32/user32/windows/bitmap.c index 803357c78fe..13105744ed6 100644 --- a/reactos/dll/win32/user32/windows/bitmap.c +++ b/reactos/dll/win32/user32/windows/bitmap.c @@ -248,7 +248,7 @@ LoadCursorIconImage( return hIcon; } else - FIXME("Didn't find the shared icon!!\n"); + TRACE("Didn't find the shared icon!!\n"); } hResource = LoadResource(hinst, hResInfo);