From: Pekka Riikonen Date: Thu, 30 Oct 2003 09:42:26 +0000 (+0000) Subject: Debugs X-Git-Tag: 1.2.beta1~809 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=4a36b402ca8311f253128c5bb105bc9fc83bcb57 Debugs --- 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. */