From 51bfdaf66c381793d2f39ad891f3411a55927da6 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 14 Mar 2015 20:24:47 -0400 Subject: 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. --- src/tmpfiles/tmpfiles.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index a0ff76dcf0..bb4d41ae07 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; } -- cgit v1.2.3-54-g00ecf