msi: Downgrade a warning.

Unreferenced files are normal when applying a patch.
This commit is contained in:
Hans Leidekker 2011-01-19 12:05:52 +01:00 committed by Alexandre Julliard
parent 34b9e4c20f
commit 3ada9f2c08

View File

@ -187,7 +187,7 @@ static BOOL installfiles_cb(MSIPACKAGE *package, LPCWSTR file, DWORD action,
f = get_loaded_file(package, file);
if (!f)
{
WARN("unknown file in cabinet (%s)\n", debugstr_w(file));
TRACE("unknown file in cabinet (%s)\n", debugstr_w(file));
return FALSE;
}