msi: Improve a trace.

This commit is contained in:
Hans Leidekker 2009-09-15 09:27:40 +02:00 committed by Alexandre Julliard
parent d2e999d2e8
commit 90d283f0eb
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ static DWORD ACTION_CallDllFunction( const GUID *guid )
hModule = LoadLibraryW( dll );
if (!hModule)
{
ERR("failed to load dll %s\n", debugstr_w( dll ) );
ERR("failed to load dll %s (%u)\n", debugstr_w( dll ), GetLastError() );
return r;
}