From 7a69007a24cfff30158ea80665cb6c3c9d3251b0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 9 Oct 2012 01:31:27 +0200 Subject: journal: implement follow mode for HTTP GET in gatewayd --- src/journal/journalctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal/journalctl.c') diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index cbf9833184..b6f9b2f222 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -915,7 +915,7 @@ int main(int argc, char *argv[]) { r = sd_journal_wait(j, (uint64_t) -1); if (r < 0) { - log_error("Couldn't wait for log event: %s", strerror(-r)); + log_error("Couldn't wait for journal event: %s", strerror(-r)); goto finish; } } -- cgit v1.2.3-54-g00ecf