diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-14 20:24:47 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-14 23:03:21 -0400 |
commit | 51bfdaf66c381793d2f39ad891f3411a55927da6 (patch) | |
tree | 9a52f03f0eb7906f14a1038bbcb44e6758009b4c /src/tmpfiles/tmpfiles.c | |
parent | 7034e9db51d0b6f8e1dbbe9127393c6fbc06fe28 (diff) |
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.
Diffstat (limited to 'src/tmpfiles/tmpfiles.c')
-rw-r--r-- | src/tmpfiles/tmpfiles.c | 2 |
1 files changed, 0 insertions, 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; } |