浏览代码

Printing about the connection with option -r.

They made me do it.
Michele Orrù 11 年之前
父节点
当前提交
8e2827ed47
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;