[3.0] 194a75f Drop debugging message about which host/port we have connected to

Tollef Fog Heen tfheen at varnish-cache.org
Thu Oct 6 11:25:26 CEST 2011


commit 194a75fe5bf3a1e1e7cf4c1e681611ad9d267865
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