Removed debug messages for obsolete ticfiles

This commit is contained in:
Michiel Broek 2005-12-31 12:31:14 +00:00
parent 0ef38e13f7
commit 400dcc5a91

View File

@ -157,16 +157,16 @@ int Tic()
/* /*
* Handle the array with orphaned and bad crc ticfiles. * Handle the array with orphaned and bad crc ticfiles.
*/ */
Syslog('f', "start tidy_orphans()"); // Syslog('f', "start tidy_orphans()");
Now = time(NULL); Now = time(NULL);
for (tmp = opl; tmp; tmp = tmp->next) { for (tmp = opl; tmp; tmp = tmp->next) {
if (first) { // if (first) {
Syslog('f', "TIC file TIC area Filename ORP CRC DEL"); // Syslog('f', "TIC file TIC area Filename ORP CRC DEL");
Syslog('f', "------------ -------------------- ------------ --- --- ---"); // Syslog('f', "------------ -------------------- ------------ --- --- ---");
first = FALSE; // first = FALSE;
} // }
Syslog('f', "%-12s %-20s %-12s %s %s %s", tmp->TicName, tmp->Area, tmp->FileName, // Syslog('f', "%-12s %-20s %-12s %s %s %s", tmp->TicName, tmp->Area, tmp->FileName,
tmp->Orphaned ? "Yes" : "No ", tmp->BadCRC ? "Yes" : "No ", tmp->Purged ? "Yes":"No "); // tmp->Orphaned ? "Yes" : "No ", tmp->BadCRC ? "Yes" : "No ", tmp->Purged ? "Yes":"No ");
/* /*
* Bad CRC and not marked purged are real crc errors. * Bad CRC and not marked purged are real crc errors.