From: Zbigniew Jędrzejewski-Szmek Date: Sun, 15 Mar 2015 00:24:47 +0000 (-0400) Subject: tmpfiles: remove redundant debug message X-Git-Tag: v219.0~305 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=51bfdaf66c381793d2f39ad891f3411a55927da6;ds=sidebyside tmpfiles: remove redundant debug message Mar 13 19:48:30 adam.happyassassin.net systemd-tmpfiles[970]: "/var/lib/machines" has right mode 40700 Mar 13 19:48:30 adam.happyassassin.net systemd-tmpfiles[970]: /var/lib/machines created successfully. --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index a0ff76dcf..bb4d41ae0 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -1205,8 +1205,6 @@ static int create_item(Item *i) { break; } - log_debug("%s created successfully.", i->path); - return 0; }