chiark / gitweb /
journal: fix iteration when we go backwards from the beginning of an array chain...
[elogind.git] / src / journal / journald.c
index d6b9be5974307c59327ef8a56484b2a6f100dc40..5fb10b1d3febe39905cff80c66e551e3741df784 100644 (file)
@@ -88,7 +88,6 @@ int main(int argc, char *argv[]) {
 
                         /* Calculate when to rotate the next time */
                         t = (int) ((server.oldest_file_usec + server.max_retention_usec - n + USEC_PER_MSEC - 1) / USEC_PER_MSEC);
-                        log_info("Sleeping for %i ms", t);
                 }
 
 #ifdef HAVE_GCRYPT