Commit 3ada9f2c authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Downgrade a warning.

Unreferenced files are normal when applying a patch.
parent 34b9e4c2
......@@ -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;
}
......
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