diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-09 01:31:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-09 01:31:27 +0200 |
commit | 7a69007a24cfff30158ea80665cb6c3c9d3251b0 (patch) | |
tree | 3bdf7f51129b41142ea3ee9bd645bb5a3013ba90 /src/journal/journalctl.c | |
parent | 98206c93194ced5dffe41e72939e337f851f3fb4 (diff) |
journal: implement follow mode for HTTP GET in gatewayd
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r-- | src/journal/journalctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |