Removed debug logmessage from jamPack

This commit is contained in:
Michiel Broek
2004-07-27 19:02:25 +00:00
parent 0a89b5b025
commit d9449e5af8
3 changed files with 7 additions and 2 deletions

View File

@@ -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;
}