* erik quanstrom <[EMAIL PROTECTED]> [071031 14:02]: > yes. those two hex numbers are unix times in seconds printed in hex. > (that's an odd way to print that!) they are the current time and the > last time the warning processes was kicked off. the warning process > mails users with expiring keys. read keyfs(4).
What about this change: 1058,1059c1058,1059 < syslog(0, "auth", "keyfs starting warnings: %lux %lux", < now, lastwarning); --- > syslog(0, "auth", "keyfs starting warnings at %s, last > was %s", > ctime(now), ctime(lastwarning)); Maybe this would clear up things? Although when reading the BUGs section of ctime(2) I am not sure whether this would be a good idea... -- You may use my gpg key for replies: pub 1024D/47F79788 2005/02/02 Christian Kellermann (C-Keen)
pgpnf0x1df71a.pgp
Description: PGP signature
