Commit 384b9553 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

msi: Downgrade an error.

parent d5aa3d1c
......@@ -1743,7 +1743,7 @@ static UINT msi_dialog_maskedit_control( msi_dialog *dialog, MSIRECORD *rec )
font = msi_dialog_get_style( font_mask, &mask );
if( !mask )
{
ERR("mask template is empty\n");
WARN("mask template is empty\n");
goto end;
}
......
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