chiark / gitweb /
journald: remove inner loop debug message
authorLennart Poettering <lennart@poettering.net>
Sat, 7 Jan 2012 00:42:13 +0000 (01:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 7 Jan 2012 03:10:21 +0000 (04:10 +0100)
TODO
src/journal/journal-file.c
src/systemd/sd-journal.h

diff --git a/TODO b/TODO
index 3a844cadc0a0b70f3daa9bf14e2aec87f3053e06..1887967f690119088b8d53ea714907a76ac981dd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,8 @@ Bugfixes:
 
 Features:
 
+* move to LGPL2+
+
 * logind: selinux is borked...
 
 * logind: allow showing logout dialog from system
index 4de1daf6a0b177bed7105fc32ea493cc8da4a95c..7ce6337578d219070dfa1f7738adec3153d78b9f 100644 (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;
index e7d1e013c4f5edd681ae7d7eef3b6950aa0224f7..f805bf923d8749c3b19930ae1e306342643663a3 100644 (file)
@@ -44,6 +44,7 @@
  *   - cryptographic hash
  *   - think about manipulations of header
  *   - implement audit gateway
+ *   - implement kernel gatway
  */
 
 /* Write to daemon */