summaryrefslogtreecommitdiffstats
path: root/src/log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* execute: avoid logging to closed fdsMichal Schmidt2011-11-161-0/+1
| | | | | | | | | | Several functions called from the "sd(EXEC)" process try to log messages when all the file descriptors are already closed, including the logging ones. The logging functions do not expect their fds to be closed and they hit an assertion failure. The failure wants to be logged too, so there is an infinite recursion, ended by a SIGSEGV. When we close all fds, we must let log.c know about it.
* selinux: log how much time it takes to load the SELinux policy and databaseLennart Poettering2011-07-251-0/+1
|
* log: add automatic log targetLennart Poettering2010-11-121-0/+1
|
* emacs: disable tabs in .h files, tooLennart Poettering2010-08-171-1/+1
|
* execute: bump up log level of executed processes that failedLennart Poettering2010-07-171-0/+2
|
* log: make color/location logging optionalLennart Poettering2010-06-171-0/+7
|
* log: add null log targetLennart Poettering2010-06-091-0/+1
|
* manager: dump to usual debug channel on SIGUSR2, don't rely on stdinLennart Poettering2010-06-041-0/+11
|
* macro: avoid name clash with _unused on ppcLennart Poettering2010-06-021-3/+3
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-161-0/+79