From 63fe32a8bb87c0f2b59478c589eaf276c2dfa7b4 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 25 Nov 2007 18:09:01 -0600 Subject: [PATCH] msi: Downgrade an ERR to a WARN. --- dlls/msi/where.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msi/where.c b/dlls/msi/where.c index ecca17aa732..26e4c8f2b7f 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: -- 2.11.4.GIT