summaryrefslogtreecommitdiff
path: root/server_communication.c
diff options
context:
space:
mode:
Diffstat (limited to 'server_communication.c')
-rw-r--r--server_communication.c2
1 files changed, 1 insertions, 1 deletions
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;