dplayx: Display requested provider.
This commit is contained in:
parent
900094cbfe
commit
ec8393d3d5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue