msi: A progid without a class is not an error.

This commit is contained in:
Hans Leidekker 2010-09-24 17:08:56 +02:00 committed by Alexandre Julliard
parent d59c99067a
commit c5ef45e5ef
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ static UINT register_progid( const MSIPROGID* progid )
if (clsid)
msi_reg_set_subkey_val( hkey, szCLSID, NULL, clsid );
else
ERR("%s has no class\n", debugstr_w( progid->ProgID ) );
TRACE("%s has no class\n", debugstr_w( progid->ProgID ) );
if (progid->Description)
msi_reg_set_val_str( hkey, NULL, progid->Description );