Module: wine Branch: master Commit: 90d283f0ebc1e295c4d5f7fe4ca04f729f59d923 URL: http://source.winehq.org/git/wine.git/?a=commit;h=90d283f0ebc1e295c4d5f7fe4c...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Sep 15 09:27:40 2009 +0200
msi: Improve a trace.
---
dlls/msi/custom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msi/custom.c b/dlls/msi/custom.c index 3476f0d..cbbcde5 100644 --- a/dlls/msi/custom.c +++ b/dlls/msi/custom.c @@ -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; }