msi: Downgrade an ERR to a WARN.

This commit is contained in:
James Hawkins 2007-11-25 18:09:01 -06:00 committed by Alexandre Julliard
parent 6dd927a265
commit 63fe32a8bb
1 changed files with 1 additions and 1 deletions

View File

@ -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: