mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 22:43:41 +00:00
Change timeout message to be less misleading.
This commit is contained in:
parent
4fa27a5f0f
commit
bf5db10459
@ -489,8 +489,8 @@ static int poll_input(netplay_t *handle, bool block)
|
||||
|
||||
if (block)
|
||||
{
|
||||
SSNES_LOG("Network lag of %d ms, resending packet... Count %u of %d ...\n",
|
||||
RETRY_MS, handle->timeout_cnt, MAX_RETRIES);
|
||||
SSNES_LOG("Network is stalling, resending packet... Count %u of %d ...\n",
|
||||
handle->timeout_cnt, MAX_RETRIES);
|
||||
}
|
||||
} while ((handle->timeout_cnt < MAX_RETRIES) && block);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user