mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
journald: remove inner loop debug message
This commit is contained in:
parent
ebd91b34d7
commit
aaf53376aa
2
TODO
2
TODO
@ -21,6 +21,8 @@ Bugfixes:
|
||||
|
||||
Features:
|
||||
|
||||
* move to LGPL2+
|
||||
|
||||
* logind: selinux is borked...
|
||||
|
||||
* logind: allow showing logout dialog from system
|
||||
|
@ -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;
|
||||
|
@ -44,6 +44,7 @@
|
||||
* - cryptographic hash
|
||||
* - think about manipulations of header
|
||||
* - implement audit gateway
|
||||
* - implement kernel gatway
|
||||
*/
|
||||
|
||||
/* Write to daemon */
|
||||
|
Loading…
Reference in New Issue
Block a user