From 0e72da6fe8671d49b4d458519f5ac7600fd04f03 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 12 Mar 2015 21:29:28 -0400 Subject: journal-remote: downgrade routine messages to debug https://bugs.freedesktop.org/show_bug.cgi?id=89486 --- src/journal-remote/journal-remote-write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal-remote/journal-remote-write.c') diff --git a/src/journal-remote/journal-remote-write.c b/src/journal-remote/journal-remote-write.c index df30049397..99820fa7b8 100644 --- a/src/journal-remote/journal-remote-write.c +++ b/src/journal-remote/journal-remote-write.c @@ -156,7 +156,7 @@ int writer_write(Writer *w, if (r < 0) return r; else - log_info("%s: Successfully rotated journal", w->journal->path); + log_debug("%s: Successfully rotated journal", w->journal->path); log_debug("Retrying write."); r = journal_file_append_entry(w->journal, ts, iovw->iovec, iovw->count, -- cgit v1.2.3-54-g00ecf