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

Alexandre Julliard julliard at winehq.org
Fri Sep 24 11:43:46 CDT 2010


Module: wine
Branch: master
Commit: c5ef45e5ef12a7ff373face488d063b85f95b45f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5ef45e5ef12a7ff373face488d063b85f95b45f

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Sep 24 17:08:56 2010 +0200

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

---

 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 );




More information about the wine-cvs mailing list