dplayx: Display requested provider.

oldstable
Detlef Riekenberg 2006-12-05 19:25:46 +01:00 committed by Alexandre Julliard
parent 900094cbfe
commit ec8393d3d5
1 changed files with 1 additions and 1 deletions

View File

@ -4227,7 +4227,7 @@ static HRESULT WINAPI DP_IF_InitializeConnection
if( hServiceProvider == 0 )
{
ERR( "Unable to load service provider\n" );
ERR( "Unable to load service provider %s\n", debugstr_guid(&guidSP) );
return DPERR_UNAVAILABLE;
}