summaryrefslogtreecommitdiff
path: root/src/journal/journalctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-10-24 01:05:55 +0200
committerLennart Poettering <lennart@poettering.net>2012-10-24 01:06:31 +0200
commitdb87a36e74ff26d1046a451ee086c9a2c4113d12 (patch)
treec2a565976279b8e4c5c0277cba52f8cfeba550f9 /src/journal/journalctl.c
parenta19554ed92a7460b4e709cc40c558cde827ab85b (diff)
journalctl: remove left-over log message
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r--src/journal/journalctl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c
index d1338d2b7c..0f20448bf0 100644
--- a/src/journal/journalctl.c
+++ b/src/journal/journalctl.c
@@ -547,8 +547,6 @@ static int add_priorities(sd_journal *j) {
if (arg_priorities & (1 << i)) {
match[sizeof(match)-2] = '0' + i;
- log_info("adding match %s", match);
-
r = sd_journal_add_match(j, match, strlen(match));
if (r < 0) {
log_error("Failed to add match: %s", strerror(-r));