Browse Source

Printing about the connection with option -r.

They made me do it.
Michele Orrù 10 years ago
parent
commit
8e2827ed47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/qa_sock.c

+ 1 - 0
src/qa_sock.c

@@ -249,6 +249,7 @@ X509* get_remote_cert(char *address)
   X509 *crt = NULL;
   qa_connection_t *c;
 
+  fprintf(stderr, "[-] connecting to %s\n", address);
   c = qa_connection_new(address);
   if (!c) return NULL;