Commit 04b017ef authored by Tollef Fog Heen's avatar Tollef Fog Heen

Drop debugging message about which host/port we have connected to

Fixes: #1024
parent b4fee203
...@@ -135,7 +135,6 @@ cli_sock(const char *T_arg, const char *S_arg) ...@@ -135,7 +135,6 @@ cli_sock(const char *T_arg, const char *S_arg)
} }
free(answer); free(answer);
fprintf(stderr, "CLI connected to %s\n", T_arg);
return (sock); return (sock);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment