[master] 1596823 polish

Poul-Henning Kamp phk at FreeBSD.org
Tue Aug 25 19:35:50 CEST 2015


commit 159682339108033f15ebf659cdaecc03971f66c7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Aug 25 17:18:25 2015 +0000

    polish

diff --git a/bin/varnishd/cache/cache_esi_deliver.c b/bin/varnishd/cache/cache_esi_deliver.c
index 72a7763..1c43fb3 100644
--- a/bin/varnishd/cache/cache_esi_deliver.c
+++ b/bin/varnishd/cache/cache_esi_deliver.c
@@ -207,7 +207,7 @@ ved_decode_len(uint8_t **pp)
 		p += 9;
 		break;
 	default:
-		printf("Illegal Length %d %d\n", *p, (*p & 15));
+		Debug("Illegal Length %d %d\n", *p, (*p & 15));
 		INCOMPL();
 	}
 	*pp = p;
@@ -327,7 +327,7 @@ VDP_ESI(struct req *req, enum vdp_action act, void **priv,
 				ecx->p = r + 1;
 				break;
 			default:
-				printf("XXXX 0x%02x [%s]\n", *ecx->p, ecx->p);
+				Debug("XXXX 0x%02x [%s]\n", *ecx->p, ecx->p);
 				INCOMPL();
 			}
 			break;



More information about the varnish-commit mailing list