[master] 04b017e Drop debugging message about which host/port we have connected to
Tollef Fog Heen
tfheen at varnish-cache.org
Mon Oct 3 14:37:56 CEST 2011
commit 04b017efb938826b06aef08b8c1bd592755806a3
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date: Mon Oct 3 14:37:11 2011 +0200
Drop debugging message about which host/port we have connected to
Fixes: #1024
diff --git a/bin/varnishadm/varnishadm.c b/bin/varnishadm/varnishadm.c
index 151a437..68ebbf7 100644
--- a/bin/varnishadm/varnishadm.c
+++ b/bin/varnishadm/varnishadm.c
@@ -135,7 +135,6 @@ cli_sock(const char *T_arg, const char *S_arg)
}
free(answer);
- fprintf(stderr, "CLI connected to %s\n", T_arg);
return (sock);
}
More information about the varnish-commit
mailing list