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:
|
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.
|
||||||
|
|
||||||
|
@ -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> */
|
||||||
|
Reference in New Issue
Block a user