[3/6] msi: A progid without a class is not an error.

Hans Leidekker hans at codeweavers.com
Fri Sep 24 10:08:56 CDT 2010


---
 dlls/msi/classes.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/classes.c b/dlls/msi/classes.c
index 30ee36b..5943805 100644
--- a/dlls/msi/classes.c
+++ b/dlls/msi/classes.c
@@ -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 );
-- 
1.7.0.4







More information about the wine-patches mailing list