diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index f14149b2b8c..54248bc381e 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -1696,7 +1696,7 @@ ImageList_LoadImageW (HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow, handle = LoadImageW (hi, lpbmp, uType, 0, 0, uFlags); if (!handle) { - ERR("Error loading image!\n"); + WARN("Couldn't load image\n"); return NULL; }