Detlef Riekenberg : dplayx: Display requested provider.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Dec 6 05:48:59 CST 2006


Module: wine
Branch: master
Commit: ec8393d3d52446f2db468fa4169f64018b22993f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ec8393d3d52446f2db468fa4169f64018b22993f

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Tue Dec  5 19:25:46 2006 +0100

dplayx: Display requested provider.

---

 dlls/dplayx/dplay.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/dplayx/dplay.c b/dlls/dplayx/dplay.c
index 9322bf3..f5c630a 100644
--- a/dlls/dplayx/dplay.c
+++ b/dlls/dplayx/dplay.c
@@ -4227,7 +4227,7 @@ static HRESULT WINAPI DP_IF_InitializeCo
 
   if( hServiceProvider == 0 )
   {
-    ERR( "Unable to load service provider\n" );
+    ERR( "Unable to load service provider %s\n", debugstr_guid(&guidSP) );
     return DPERR_UNAVAILABLE;
   }
 




More information about the wine-cvs mailing list