free_excludecodes();
free_exclude();
+ if (debug) {
+ char date0[30], date1[30];
+ struct tm Start,End;
+
+ GetLogPeriod(&Start,&End);
+ strftime(date0,sizeof(date0),"%x",&Start);
+ strftime(date1,sizeof(date1),"%x",&End);
+ // TRANSLATORS: The %s are the start and end dates in locale format.
+ debuga(_("Period covered by log files: %s-%s\n"),date0,date1);
+ }
+
if (!LogStatus){
debuga(_("No records found\n"));
debuga(_("End\n"));
if (debug) {
char date0[30], date1[30];
- struct tm Start,End;
- GetLogPeriod(&Start,&End);
- strftime(date0,sizeof(date0),"%x",&Start);
- strftime(date1,sizeof(date1),"%x",&End);
- // TRANSLATORS: The %s are the start and end dates in locale format.
- debuga(_("Period covered by log files: %s-%s\n"),date0,date1);
strftime(date0,sizeof(date0),"%x",&period.start);
strftime(date1,sizeof(date1),"%x",&period.end);
// TRANSLATORS: The %s are the start and end dates in locale format.