readahead: normalize logging

This commit is contained in:
Lennart Poettering 2010-09-23 17:44:33 +02:00
parent 6e3eb5ba18
commit c1480dae17
3 changed files with 4 additions and 7 deletions

2
fixme
View File

@ -94,6 +94,8 @@
* properly handle bind mounts in /etc/fstab
* readahead() vs. fadvise() vs. ioprio
External:
* place /etc/inittab with explaining blurb.

View File

@ -319,7 +319,6 @@ static int collect(const char *root) {
m = FAN_EVENT_NEXT(m, n);
}
}
if (fanotify_fd >= 0) {
@ -438,12 +437,10 @@ finish:
}
int main(int argc, char *argv[]) {
/* log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); */
log_set_target(LOG_TARGET_SYSLOG_OR_KMSG);
log_parse_environment();
log_open();
log_set_max_level(LOG_DEBUG);
if (collect("/") < 0)
return 1;

View File

@ -201,12 +201,10 @@ finish:
}
int main(int argc, char*argv[]) {
/* log_set_target(LOG_TARGET_SYSLOG_OR_KMSG); */
log_set_target(LOG_TARGET_SYSLOG_OR_KMSG);
log_parse_environment();
log_open();
log_set_max_level(LOG_DEBUG);
if (replay("/") < 0)
return 1;