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); }