Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] System time seen
Sep 24 19:29:02 msi vdr[468]: system time seen is Mon Sep 24 19:29:02 2001
Sep 24 19:29:03 msi vdr[468]: system time seen is Mon Sep 24 19:29:03 2001
Sep 24 19:29:04 msi vdr[468]: system time seen is Mon Sep 24 19:29:04 2001
Sep 24 19:29:05 msi vdr[468]: system time seen is Mon Sep 24 19:29:05 2001
etc.
Emm, i was wondering why my logfile shows only "today" anymore :-)
Now it's clear... ;-)
Wouldn't it be sufficient to log that once a minute or
only the time is actually used?
if ((Now % 60)==0) dsyslog(LOG_INFO, "system time seen is %s", ctime(&Now));
Home |
Main Index |
Thread Index