Removed gated SB debug logmessages

This commit is contained in:
Michiel Broek 2005-12-31 12:12:50 +00:00
parent 244dd30448
commit 7855bacdd0
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,9 @@ $Id$
v0.83.6 17-Dec-2005 v0.83.6 17-Dec-2005
mbfido:
Removed gated SB debug logmessages.
mbfile: mbfile:
Fixed a crash when files.bbs had empty lines. Fixed a crash when files.bbs had empty lines.

View File

@ -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 * are stripped off including that of the other zone's
* gate. Add the gate's aka to the SEEN-BY * gate. Add the gate's aka to the SEEN-BY
*/ */
Syslog('m', "Gated echomail, clean SB");
tidy_falist(&sbl); tidy_falist(&sbl);
snprintf(sbe, 16, "%u/%u", Link.aka.net, Link.aka.node); snprintf(sbe, 16, "%u/%u", Link.aka.net, Link.aka.node);
Syslog('m', "Add gate SB %s", sbe);
fill_list(&sbl, sbe, NULL); fill_list(&sbl, sbe, NULL);
} }