[2/7] msi: Downgrade a warning.

Hans Leidekker hans at codeweavers.com
Thu Jul 22 04:47:30 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 019ac06..30ee36b 100644
--- a/dlls/msi/classes.c
+++ b/dlls/msi/classes.c
@@ -1149,7 +1149,7 @@ UINT ACTION_UnregisterProgIdInfo( MSIPACKAGE *package )
 
         res = RegDeleteTreeW( HKEY_CLASSES_ROOT, progid->ProgID );
         if (res != ERROR_SUCCESS)
-            WARN("Failed to delete progid key %d\n", res);
+            TRACE("Failed to delete progid key %d\n", res);
 
         uirow = MSI_CreateRecord( 1 );
         MSI_RecordSetStringW( uirow, 1, progid->ProgID );
-- 
1.7.0.4







More information about the wine-patches mailing list