From d9449e5af83077d97fcbb917de1259c99da95d23 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Tue, 27 Jul 2004 19:02:25 +0000 Subject: [PATCH] Removed debug logmessage from jamPack --- ChangeLog | 3 +++ TODO | 5 ++++- lib/jammsg.c | 1 - 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 65e68903..8bb80660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,9 @@ v0.61.2 11-Jul-2004 - 25-Jul-2004 with other mailers. Russell?? If you only use mbcico there will be no problems. + libmsgbase.a: + Removed debug logmessage from jamPack. + mbcico: In the binkp driver, when files were found to transmit and didn't exist anymore, they are not added to the list of files diff --git a/TODO b/TODO index 73c5b744..4c357c6e 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ $Id$ - MBSE BBS V0.61.2 TODO list. + MBSE BBS V0.61.3 TODO list. --------------------------- These are a list of things that must be implemented one way or @@ -114,6 +114,9 @@ mbfido: N: Hatch statistics are not updated. + N: If areas command is given without -quiet, ask user if he/she really + want's to do this. + mbcico: L: Implement binkp option ND. diff --git a/lib/jammsg.c b/lib/jammsg.c index b602f3de..26a346cf 100644 --- a/lib/jammsg.c +++ b/lib/jammsg.c @@ -715,7 +715,6 @@ void JAM_Pack(void) for (i = 0; i < count; i++) { if (read(fdJlr, &LR, sizeof(lastread)) == sizeof(lastread)) { if (jamHdrInfo.ActiveMsgs == 0 && (LR.LastReadMsg || LR.HighReadMsg)) { - Syslog('-', "jamPack: reset LR pointer index %d, area %s", i, BaseName); LR.LastReadMsg = 0; LR.HighReadMsg = 0; }