From: Zbigniew Jędrzejewski-Szmek Date: Sun, 15 Sep 2013 16:15:38 +0000 (-0400) Subject: transaction.c: do not point users to logs when unit not found X-Git-Tag: v208~129 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1244d8d640a2644aa8dc8e588cd9c414b3d39163;hp=1244d8d640a2644aa8dc8e588cd9c414b3d39163 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 ---