Changed error loging on the news gate

This commit is contained in:
Michiel Broek 2008-02-12 20:24:10 +00:00
parent bb7e43b630
commit 6ebdced18b
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,9 @@ v0.95.1 07-Jan-2008
mbtask: mbtask:
Added last changes for MIB counters. Added last changes for MIB counters.
mbfido:
Changed error message on the news gate.
mbsebbs: mbsebbs:
Added MIB counters. Added MIB counters.

View File

@ -109,7 +109,7 @@ int ftnmsgid(char *msgid, char **s, unsigned int *n, char *areaname)
tidy_faddr(tmp); tidy_faddr(tmp);
} else { } else {
if ((r=strchr(l,'@')) == NULL) { /* should never happen */ if ((r=strchr(l,'@')) == NULL) { /* should never happen */
Syslog('!', "ftnmsgid: should never happen"); Syslog('!', "ftnmsgid: should never happen: %s", printable(l, 0));
*s = xstrcpy(l); *s = xstrcpy(l);
hash_update_s(&nid,l); hash_update_s(&nid,l);
/* <MSGID_mimeanything_abcd1234@ftn.domain> */ /* <MSGID_mimeanything_abcd1234@ftn.domain> */