Changed error loging on the news gate
This commit is contained in:
parent
bb7e43b630
commit
6ebdced18b
@ -6,6 +6,9 @@ v0.95.1 07-Jan-2008
|
||||
mbtask:
|
||||
Added last changes for MIB counters.
|
||||
|
||||
mbfido:
|
||||
Changed error message on the news gate.
|
||||
|
||||
mbsebbs:
|
||||
Added MIB counters.
|
||||
|
||||
|
@ -109,7 +109,7 @@ int ftnmsgid(char *msgid, char **s, unsigned int *n, char *areaname)
|
||||
tidy_faddr(tmp);
|
||||
} else {
|
||||
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);
|
||||
hash_update_s(&nid,l);
|
||||
/* <MSGID_mimeanything_abcd1234@ftn.domain> */
|
||||
|
Reference in New Issue
Block a user