dplayx: Don't print an error when no Lobby Providers are found.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alistair Leslie-Hughes 2017-02-17 06:42:49 +00:00 committed by Alexandre Julliard
parent 52d5e868f3
commit 7603e859c3
1 changed files with 1 additions and 2 deletions

View File

@ -4379,8 +4379,7 @@ static HRESULT WINAPI IDirectPlay4AImpl_EnumConnections( IDirectPlay4A *iface,
if( RegOpenKeyExA( HKEY_LOCAL_MACHINE, searchSubKey,
0, KEY_READ, &hkResult ) != ERROR_SUCCESS )
{
/* Hmmm. Does this mean that there are no service providers? */
ERR(": no service providers?\n");
TRACE("No Lobby Providers have been registered.\n");
return DP_OK;
}