twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit f2f71e19a9b45b0d32d9233110b6b0d00a1cfb7a
parent 7d9642f7995d8e2d1f0fb08eeb235e4b6139da46
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 21 May 2019 14:32:02 +0200

remove some verbosity

Diffstat:
Msrc/twister/taler-twister-service.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/twister/taler-twister-service.c b/src/twister/taler-twister-service.c @@ -405,8 +405,6 @@ curl_check_hdr (void *buffer, bytes); ndup[bytes] = '\0'; - TALER_LOG_DEBUG ("Raw line: '%s'\n", - ndup); hdr_type = strtok (ndup, ":"); if (NULL == hdr_type)