]> git.ipfire.org Git - thirdparty/systemd.git/commit
transaction.c: do not point users to logs when unit not found
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 15 Sep 2013 16:15:38 +0000 (12:15 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 16 Sep 2013 14:47:28 +0000 (09:47 -0500)
commit1244d8d640a2644aa8dc8e588cd9c414b3d39163
tree6335ccdf77afcdabfa918a7032dd98bc7f40fc06
parentc32fc72f371535d29e0fce8c92694054c15427db
transaction.c: do not point users to logs when unit not found

The logs are unlikely to contain any useful information in this case.

Also, change "walked on cycle path" to "found dependency on", which
is less technical and indicates the direction. With the old message,
I was never sure if prior units depended on later ones, or vice versa.

https://bugzilla.redhat.com/show_bug.cgi?id=996133
https://bugzilla.redhat.com/show_bug.cgi?id=997082
src/core/transaction.c