[systemd-commits] 2 commits - TODO src/shared

Lennart Poettering lennart at kemper.freedesktop.org
Wed May 30 16:11:24 PDT 2012


 TODO               |    3 ---
 src/shared/label.c |    6 +++---
 2 files changed, 3 insertions(+), 6 deletions(-)

New commits:
commit 107a2db901d93ffaba4a2fe34e6b28643b96574f
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu May 31 01:10:44 2012 +0200

    selinux: downgrade database load time message to LOG_DEBUG

diff --git a/src/shared/label.c b/src/shared/label.c
index 2d7d42a..e13eba6 100644
--- a/src/shared/label.c
+++ b/src/shared/label.c
@@ -90,9 +90,9 @@ int label_init(const char *prefix) {
 
                 l = after_mallinfo.uordblks > before_mallinfo.uordblks ? after_mallinfo.uordblks - before_mallinfo.uordblks : 0;
 
-                log_info("Successfully loaded SELinux database in %s, size on heap is %iK.",
-                         format_timespan(timespan, sizeof(timespan), after_timestamp - before_timestamp),
-                         (l+1023)/1024);
+                log_debug("Successfully loaded SELinux database in %s, size on heap is %iK.",
+                          format_timespan(timespan, sizeof(timespan), after_timestamp - before_timestamp),
+                          (l+1023)/1024);
         }
 #endif
 

commit e05137989bdb4ad29d75fd7b86cbfba384ff1ed5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed May 30 23:39:15 2012 +0200

    update TODO

diff --git a/TODO b/TODO
index 90bd48c..44dc7bc 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,5 @@
 Fedora 18:
-* important: udev.pc is broken in 183, fixed in master
 * fix mimo VID/PID check that claims "innocent" hubs
-* storage: rename udev-settle.service to systemd-udev-settle.service
-* split-out systemd-libs.rpm to allow parallel install of 32 and 64 bit packages
 * chrony/ntp target?
 
 Bugfixes:



More information about the systemd-commits mailing list