Felix Nawothnig : comctl32: Degrade ERR to WARN.
Module: wine Branch: master Commit: 306718152c8a165c4033d24cfe88313bf5da2fef URL: http://source.winehq.org/git/wine.git/?a=commit;h=306718152c8a165c4033d24cfe... Author: Felix Nawothnig <flexo(a)holycrap.org> Date: Wed Jan 24 19:15:14 2007 +0100 comctl32: Degrade ERR to WARN. --- dlls/comctl32/imagelist.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index f14149b..54248bc 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -1696,7 +1696,7 @@ ImageList_LoadImageW (HINSTANCE hi, LPCW handle = LoadImageW (hi, lpbmp, uType, 0, 0, uFlags); if (!handle) { - ERR("Error loading image!\n"); + WARN("Couldn't load image\n"); return NULL; }
participants (1)
-
Alexandre Julliard