Felix Nawothnig : comctl32: Degrade ERR to WARN.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 25 06:12:14 CST 2007


Module: wine
Branch: master
Commit: 306718152c8a165c4033d24cfe88313bf5da2fef
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=306718152c8a165c4033d24cfe88313bf5da2fef

Author: Felix Nawothnig <flexo at 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;
     }
 




More information about the wine-cvs mailing list