From d4b4cd92bb8bc584d9888547a14b49711ac1c038 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Nov 2016 01:17:10 +0100 Subject: [PATCH] Translate string --- input/input_remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_remote.c b/input/input_remote.c index 61eab5e813..61a01ee3ca 100644 --- a/input/input_remote.c +++ b/input/input_remote.c @@ -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; }