summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/lib/s_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/lib/s_socket.c b/apps/lib/s_socket.c
index 014c1c0bc0..ace51686ad 100644
--- a/apps/lib/s_socket.c
+++ b/apps/lib/s_socket.c
@@ -208,7 +208,7 @@ int init_client(int *sock, const char *host, const char *port,
hostname = BIO_ADDR_hostname_string(BIO_ADDRINFO_address(ai), 1);
if (hostname != NULL) {
- BIO_printf(bio_out, "Connecting to %s\n", hostname);
+ BIO_printf(bio_err, "Connecting to %s\n", hostname);
OPENSSL_free(hostname);
}
/* Remove any stale errors from previous connection attempts */