Commit d39cf962 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Change an ERR to a WARN.

parent cf4c08dc
...@@ -218,7 +218,7 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin) ...@@ -218,7 +218,7 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin)
if (!f) if (!f)
{ {
ERR("Unknown File in Cabinet (%s)\n",debugstr_a(pfdin->psz1)); WARN("unknown file in cabinet (%s)\n",debugstr_a(pfdin->psz1));
return 0; return 0;
} }
......
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