From 2fb4e229bc21e7686d28179420bbead35701a558 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Mon, 23 Aug 2010 22:36:51 +0200 Subject: Use correct function name in server_connect(). --- server_communication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server_communication.c') diff --git a/server_communication.c b/server_communication.c index ee854d3..45f4243 100644 --- a/server_communication.c +++ b/server_communication.c @@ -27,7 +27,7 @@ static GSocket *server_connect(struct server *server) { g_warning(error->message); g_error_free(error); } else { - g_warning("server_sync: no connectable addresses found for host %s", + g_warning("server_connect: no connectable addresses found for host %s", server->host); } return NULL; -- cgit v1.2.3