[master] a3d915f Remove debugging.
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Thu Jan 19 18:36:05 CET 2017
    
    
  
commit a3d915f601a368547185bb87c74e06fed0c15826
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Jan 19 17:35:28 2017 +0000
    Remove debugging.
diff --git a/bin/varnishtest/vtc_log.c b/bin/varnishtest/vtc_log.c
index 8914e43..c2ebbf6 100644
--- a/bin/varnishtest/vtc_log.c
+++ b/bin/varnishtest/vtc_log.c
@@ -106,10 +106,9 @@ vtc_logfail(void)
 {
 
 	vtc_error = 2;
-	if (pthread_self() != vtc_thread) {
-		fprintf(stderr, "FAIL thread %p\n", pthread_self());
+	if (pthread_self() != vtc_thread)
 		pthread_exit(NULL);
-	} else
+	else
 		exit(fail_out());
 }
 
    
    
More information about the varnish-commit
mailing list