summaryrefslogtreecommitdiff
path: root/src/shared/logs-show.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-16 17:12:53 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-31 13:04:18 +0200
commit9b972c9aab56292ac2934fd1942e1ba443a39df0 (patch)
treeea91048e6be90d2e97248f01d78c19a9463e2318 /src/shared/logs-show.h
parentfd4885df947a23b8f40c08f08ac7f7d13a8abdf4 (diff)
downloadsystemd-9b972c9aab56292ac2934fd1942e1ba443a39df0.tar.gz
journal: rename output_journal to show_journal_entry
We have show_journal, and output_journal, and it's not immediately clear how they related. Rename the first to show that it just prints one entry.
Diffstat (limited to 'src/shared/logs-show.h')
-rw-r--r--src/shared/logs-show.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/logs-show.h b/src/shared/logs-show.h
index 1a1874685c..49caa4cb39 100644
--- a/src/shared/logs-show.h
+++ b/src/shared/logs-show.h
@@ -19,7 +19,7 @@
#include "time-util.h"
#include "util.h"
-int output_journal(
+int show_journal_entry(
FILE *f,
sd_journal *j,
OutputMode mode,