Translate string

This commit is contained in:
twinaphex 2016-11-08 01:17:10 +01:00
parent 30400ef328
commit d4b4cd92bb

View File

@ -107,7 +107,7 @@ static bool input_remote_init_network(input_remote_t *handle,
if (!socket_bind(handle->net_fd[user], res))
{
RARCH_ERR("Failed to bind socket.\n");
RARCH_ERR("%s\n", msg_hash_to_str(MSG_FAILED_TO_BIND_SOCKET));
goto error;
}