From: Zbigniew Jędrzejewski-Szmek Date: Sun, 15 Mar 2015 00:24:47 +0000 (-0400) Subject: tmpfiles: remove redundant debug message X-Git-Tag: v220~719 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51bfdaf66c381793d2f39ad891f3411a55927da6;p=thirdparty%2Fsystemd.git 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 a0ff76dcf01..bb4d41ae071 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; }