1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-01 08:58:29 +03:00

systemctl: remove debug log message

This commit is contained in:
Lennart Poettering 2013-11-25 17:34:57 +01:00
parent dbed408b8e
commit d2bd639262

View File

@ -3670,8 +3670,6 @@ static int show_all(
if (!p)
return log_oom();
printf("%s -> '%s'\n", u->id, p);
r = show_one(verb, bus, p, show_properties, new_line, ellipsized);
if (r != 0)
return r;