diff options
author | Marius Vollmer <marius.vollmer@redhat.com> | 2013-04-18 22:34:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-18 22:34:36 +0200 |
commit | a3e6f050de81a9830e52af09d5d38dad9a356e3b (patch) | |
tree | bf2961b20daa69af83b26ebabfadcb0aa502fd9e /TODO | |
parent | cc400110ffe1fb29b32e995e770819c1817bbfbc (diff) |
journal: when iterating through a file we might lose messages when changing direction.
https://bugs.freedesktop.org/show_bug.cgi?id=63672
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ Fedora 19: Features: +* truncate whitespace of var names the same way as values in parse_env_file_internal() + * dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we should be able to safely try another attempt when the bus call LoadUnit() is invoked. |