From 400dcc5a9123fe4c55d0d80eaf56563149bc0c49 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sat, 31 Dec 2005 12:31:14 +0000 Subject: [PATCH] Removed debug messages for obsolete ticfiles --- mbfido/tic.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mbfido/tic.c b/mbfido/tic.c index 31248271..9aaade83 100644 --- a/mbfido/tic.c +++ b/mbfido/tic.c @@ -157,16 +157,16 @@ int Tic() /* * Handle the array with orphaned and bad crc ticfiles. */ - Syslog('f', "start tidy_orphans()"); +// Syslog('f', "start tidy_orphans()"); Now = time(NULL); for (tmp = opl; tmp; tmp = tmp->next) { - if (first) { - Syslog('f', "TIC file TIC area Filename ORP CRC DEL"); - Syslog('f', "------------ -------------------- ------------ --- --- ---"); - first = FALSE; - } - 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 "); +// if (first) { +// Syslog('f', "TIC file TIC area Filename ORP CRC DEL"); +// Syslog('f', "------------ -------------------- ------------ --- --- ---"); +// first = FALSE; +// } +// 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 "); /* * Bad CRC and not marked purged are real crc errors.