Commit 63fe32a8 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Downgrade an ERR to a WARN.

parent 6dd927a2
...@@ -505,7 +505,7 @@ static UINT WHERE_VerifyCondition( MSIDATABASE *db, MSIVIEW *table, struct expr ...@@ -505,7 +505,7 @@ static UINT WHERE_VerifyCondition( MSIDATABASE *db, MSIVIEW *table, struct expr
else else
{ {
*valid = 0; *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; break;
case EXPR_COMPLEX: case EXPR_COMPLEX:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment