From e0290e36e395c4e852108a0616836c93493fa802 Mon Sep 17 00:00:00 2001 From: Michael Tuexen <tuexen@fh-muenster.de> Date: Mon, 20 Jun 2016 22:10:08 +0200 Subject: [PATCH] Disable logging. Sponsored by: Netflix --- gtests/net/packetdrill/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtests/net/packetdrill/logging.h b/gtests/net/packetdrill/logging.h index 6436c1d0..2544c59c 100644 --- a/gtests/net/packetdrill/logging.h +++ b/gtests/net/packetdrill/logging.h @@ -28,7 +28,7 @@ #include "types.h" /* Enable this to get debug logging. */ -#define DEBUG_LOGGING 1 +#define DEBUG_LOGGING 0 /* Use a gcc variadic macro to conditionally compile debug printing. */ #define DEBUGP(...) \ -- GitLab