mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
msi: Downgrade a warning.
Unreferenced files are normal when applying a patch.
This commit is contained in:
parent
34b9e4c20f
commit
3ada9f2c08
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user