journald: remove inner loop debug message

This commit is contained in:
Lennart Poettering 2012-01-07 01:42:13 +01:00
parent ebd91b34d7
commit aaf53376aa
3 changed files with 4 additions and 1 deletions

2
TODO
View File

@ -21,6 +21,8 @@ Bugfixes:
Features:
* move to LGPL2+
* logind: selinux is borked...
* logind: allow showing logout dialog from system

View File

@ -917,7 +917,7 @@ static int journal_file_link_entry(JournalFile *f, Object *o, uint64_t offset) {
if (r < 0)
return r;
log_error("=> %s seqnr=%lu n_entries=%lu", f->path, (unsigned long) o->entry.seqnum, (unsigned long) f->header->n_entries);
/* log_debug("=> %s seqnr=%lu n_entries=%lu", f->path, (unsigned long) o->entry.seqnum, (unsigned long) f->header->n_entries); */
if (f->header->head_entry_realtime == 0)
f->header->head_entry_realtime = o->entry.realtime;

View File

@ -44,6 +44,7 @@
* - cryptographic hash
* - think about manipulations of header
* - implement audit gateway
* - implement kernel gatway
*/
/* Write to daemon */