msi: Fix a trace.

This commit is contained in:
Hans Leidekker 2011-02-22 13:16:55 +01:00 committed by Alexandre Julliard
parent 720bc3fa53
commit 178d39ccc5
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ static MSIBINARY *create_temp_binary( MSIPACKAGE *package, LPCWSTR source, BOOL
/* keep a reference to prevent the dll from being unloaded */
if (dll && !(binary->module = LoadLibraryW( tmpfile )))
{
ERR("failed to load dll %s (%u)\n", debugstr_w( binary->tmpfile ), GetLastError() );
ERR("failed to load dll %s (%u)\n", debugstr_w( tmpfile ), GetLastError() );
DeleteFileW( tmpfile );
msi_free( binary );
return NULL;