From 4a36b402ca8311f253128c5bb105bc9fc83bcb57 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Thu, 30 Oct 2003 09:42:26 +0000 Subject: [PATCH] Debugs --- apps/silcmap/silcmap_client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/silcmap/silcmap_client.c b/apps/silcmap/silcmap_client.c index e05eae10..b97bf77e 100644 --- a/apps/silcmap/silcmap_client.c +++ b/apps/silcmap/silcmap_client.c @@ -413,7 +413,8 @@ silc_connected(SilcClient client, SilcClientConnection conn, silc_schedule_task_del_by_context(client->schedule, mapconn); if (status == SILC_CLIENT_CONN_ERROR) { - fprintf(stderr, "Could not connect to server\n"); + fprintf(stderr, "Could not connect to server %s\n", + conn->remote_host ? conn->remote_host : ""); silc_client_close_connection(client, conn); /* Mark that this server is down. */ -- 2.24.0