Commit ec8393d3 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

dplayx: Display requested provider.

parent 900094cb
...@@ -4227,7 +4227,7 @@ static HRESULT WINAPI DP_IF_InitializeConnection ...@@ -4227,7 +4227,7 @@ static HRESULT WINAPI DP_IF_InitializeConnection
if( hServiceProvider == 0 ) if( hServiceProvider == 0 )
{ {
ERR( "Unable to load service provider\n" ); ERR( "Unable to load service provider %s\n", debugstr_guid(&guidSP) );
return DPERR_UNAVAILABLE; return DPERR_UNAVAILABLE;
} }
......
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