[experimental-ims] 04b017e Drop debugging message about which host/port we have connected to

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:02 CET 2012


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