[Pkg-fedora-ds-maintainers] [libapache2-mod-nss] 44/156: Remove a debug msg that was left in on accident.

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jul 2 13:55:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

tjaalton-guest pushed a commit to branch master
in repository libapache2-mod-nss.

commit 98c66d1255fdb2fc60defa96a8eeaa7085c6f467
Author: rcritten <>
Date:   Thu Sep 29 19:36:10 2005 +0000

    Remove a debug msg that was left in on accident.
---
 nss_engine_io.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nss_engine_io.c b/nss_engine_io.c
index 667f782..1ac74e0 100644
--- a/nss_engine_io.c
+++ b/nss_engine_io.c
@@ -504,8 +504,6 @@ static apr_status_t nss_filter_write(ap_filter_t *f,
     outctx = filter_ctx->outctx;
 
     res = PR_Write(filter_ctx->pssl, (char *)data, len);
-    ap_log_error(APLOG_MARK, APLOG_INFO, 0, NULL,
-          "Sent returned %d", res);
 
     if (res < 0) {
         int nss_err = PR_GetError();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-fedora-ds/libapache2-mod-nss.git



More information about the Pkg-fedora-ds-maintainers mailing list