valeriyvdovin / rpms / systemd

Forked from rpms/systemd 4 years ago
Clone

Blame SOURCES/0111-tmpfiles-remove-redundant-debug-message.patch

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