André Hentschel : msi: Downgrade an error.

Alexandre Julliard julliard at winehq.org
Tue Nov 9 13:13:21 CST 2010


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Nov  8 20:16:19 2010 +0100

msi: Downgrade an error.

---

 dlls/msi/dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/dialog.c b/dlls/msi/dialog.c
index 57759f6..35ab30a 100644
--- a/dlls/msi/dialog.c
+++ b/dlls/msi/dialog.c
@@ -1743,7 +1743,7 @@ static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
     font = msi_dialog_get_style( font_mask, &mask );
     if( !mask )
     {
-        ERR("mask template is empty\n");
+        WARN("mask template is empty\n");
         goto end;
     }
 




More information about the wine-cvs mailing list