Commit d8b7a209 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Downgrade a warning.

parent 06afeec2
......@@ -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 );
......
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