From df7f368d62da4895778d64989b9d3b7dac068b75 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Tue, 17 Aug 1999 20:22:35 +0200
Subject: [PATCH] Disabled SENDFILE_DEBUG again.

Rev: src/modules/files/sendfile.c:1.23
---
 src/modules/files/sendfile.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/files/sendfile.c b/src/modules/files/sendfile.c
index f3378fba66..f27064a26c 100644
--- a/src/modules/files/sendfile.c
+++ b/src/modules/files/sendfile.c
@@ -1,5 +1,5 @@
 /*
- * $Id: sendfile.c,v 1.22 1999/08/17 14:20:06 grubba Exp $
+ * $Id: sendfile.c,v 1.23 1999/08/17 18:22:35 grubba Exp $
  *
  * Sends headers + from_fd[off..off+len-1] + trailers to to_fd asyncronously.
  *
@@ -63,7 +63,7 @@
 #endif /* HAVE_SYS_MMAN_H */
 
 
-#define SF_DEBUG
+/* #define SF_DEBUG */
 
 #ifdef SF_DEBUG
 #define SF_DFPRINTF(X)	fprintf X
-- 
GitLab