On Wed, 09.03.11 19:32, Thomas Meyer ([email protected]) wrote: > Do I understand it correctly that the "log_debug()" call in > selinux_setup() can never output anything? > > 1.) the log device is opened later on in the program and > 2.) the log_level (via kernel command line systemd.log_level) is also > set later on in the program. default log level seem to be LOG_INFO. >
Correct. Might be reason to remove th message. Or maybe not. Dunno. It might be useful for folks who change the log_set_max_level(LOG_INFO); call in main.c for testing thigns... Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
