From 7855bacdd0adc0f7295670792258af3e27b374cf Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 31 Dec 2005 12:12:50 +0000 Subject: [PATCH] Removed gated SB debug logmessages --- ChangeLog | 3 +++ mbfido/postecho.c | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 165a19de..5e910f1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ $Id$ v0.83.6 17-Dec-2005 + mbfido: + Removed gated SB debug logmessages. + mbfile: Fixed a crash when files.bbs had empty lines. diff --git a/mbfido/postecho.c b/mbfido/postecho.c index 30627196..83ccea30 100644 --- a/mbfido/postecho.c +++ b/mbfido/postecho.c @@ -344,10 +344,8 @@ int postecho(faddr *p_from, faddr *f, faddr *t, char *orig, char *subj, time_t m * are stripped off including that of the other zone's * gate. Add the gate's aka to the SEEN-BY */ - Syslog('m', "Gated echomail, clean SB"); tidy_falist(&sbl); snprintf(sbe, 16, "%u/%u", Link.aka.net, Link.aka.node); - Syslog('m', "Add gate SB %s", sbe); fill_list(&sbl, sbe, NULL); }