James Hawkins : msi: Downgrade an ERR to a WARN.
Module: wine Branch: master Commit: 63fe32a8bb87c0f2b59478c589eaf276c2dfa7b4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=63fe32a8bb87c0f2b59478c589... Author: James Hawkins <truiken(a)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:
participants (1)
-
Alexandre Julliard