1ff636
From b9de0cce0292983b62842990b9ce71c99b1bc434 Mon Sep 17 00:00:00 2001
1ff636
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
1ff636
Date: Sat, 14 Mar 2015 20:24:47 -0400
1ff636
Subject: [PATCH] tmpfiles: remove redundant debug message
1ff636
1ff636
Mar 13 19:48:30 adam.happyassassin.net systemd-tmpfiles[970]: "/var/lib/machines" has right mode 40700
1ff636
Mar 13 19:48:30 adam.happyassassin.net systemd-tmpfiles[970]: /var/lib/machines created successfully.
1ff636
1ff636
(cherry picked from commit 51bfdaf66c381793d2f39ad891f3411a55927da6)
1ff636
---
1ff636
 src/tmpfiles/tmpfiles.c | 2 --
1ff636
 1 file changed, 2 deletions(-)
1ff636
1ff636
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c
c62b8e
index 1e10968164..73a9c9d5b6 100644
1ff636
--- a/src/tmpfiles/tmpfiles.c
1ff636
+++ b/src/tmpfiles/tmpfiles.c
1ff636
@@ -1209,8 +1209,6 @@ static int create_item(Item *i) {
1ff636
                 break;
1ff636
         }
1ff636
 
1ff636
-        log_debug("%s created successfully.", i->path);
1ff636
-
1ff636
         return 0;
1ff636
 }
1ff636