From 0e902d3ef5ba182e842803af91241bfec4164c93 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 12 Apr 2007 17:37:38 +0000 Subject: fixed makefile typo, maps_athena typo, svn:eol-style native for some files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10238 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/socket.c') diff --git a/src/common/socket.c b/src/common/socket.c index 6a742fce5..f8bdcdc7a 100644 --- a/src/common/socket.c +++ b/src/common/socket.c @@ -251,7 +251,7 @@ int connect_client(int listen_fd) if ( fd >= FD_SETSIZE ) { //More connections than we can handle! - ShowError("accept failed. Received socket #%d is greater than can we handle! Increase the value of FD_SETSIZE (%d) for your OS to fix this!\n", fd, FD_SETSIZE); + ShowError("accept failed. Received socket #%d is greater than can we handle! Increase the value of FD_SETSIZE (currently %d) for your OS to fix this!\n", fd, FD_SETSIZE); closesocket(fd); return -1; } -- cgit v1.2.3-70-g09d2