James Hawkins : msi: Downgrade an ERR to a WARN.

Alexandre Julliard julliard at winehq.org
Mon Nov 26 08:16:19 CST 2007


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

Author: James Hawkins <truiken at gmail.com>
Date:   Sun Nov 25 18:09:01 2007 -0600

msi: Downgrade an ERR to a WARN.

---

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

diff --git a/dlls/msi/where.c b/dlls/msi/where.c
index ecca17a..26e4c8f 100644
--- a/dlls/msi/where.c
+++ b/dlls/msi/where.c
@@ -505,7 +505,7 @@ static UINT WHERE_VerifyCondition( MSIDATABASE *db, MSIVIEW *table, struct expr
         else
         {
             *valid = 0;
-            ERR("Couldn't find column %s\n", debugstr_w( cond->u.column ) );
+            WARN("Couldn't find column %s\n", debugstr_w( cond->u.column ) );
         }
         break;
     case EXPR_COMPLEX:




More information about the wine-cvs mailing list