diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-22 14:04:23 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-22 15:30:24 -0400 |
commit | 04ef5b03f64d3824a51a2a903548af029a006744 (patch) | |
tree | 678209fefe491b1785f4ba8f705d862995d8056b /TODO | |
parent | 9ba6c18532b4da96ae6916865c3db44054c2af6b (diff) |
core/transaction: avoid misleading error message when unit not found
There's no point in telling the user to look at the logs when
an attempt to load the unit file failed with ENOENT.
https://bugzilla.redhat.com/show_bug.cgi?id=996133
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -15,10 +15,6 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. -* shorten the message to sane length: - "Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service - failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details." - * sd_bus_unref() is broken regarding self-references and "pseudo thread-safety". See the comment in sd_bus_unref() for more.. |