Added date stamp debugging

This commit is contained in:
Michiel Broek 2002-11-22 21:51:15 +00:00
parent f1b6f31c91
commit 3850b5dfa8

View File

@ -701,6 +701,7 @@ int ProcessTic(fa_list *sbl)
ut.modtime = mktime(localtime(&TIC.FileDate));
sprintf(Temp, "%s/%s", TIC.Inbound, TIC.NewName);
utime(Temp, &ut);
Syslog('-', "Restamp filedate %s to %s", Temp, rfcdate(ut.modtime));
}
}