[systemd-commits] src/journal
Auke-Jan Kok
auke at kemper.freedesktop.org
Mon May 13 14:41:36 PDT 2013
src/journal/journald-stream.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8060a8b32d9f0c6244dfb6814fb0e339475bcd98
Author: Auke Kok <auke-jan.h.kok at intel.com>
Date: Mon May 13 14:40:55 2013 -0700
journald-stream: typo in error message.
diff --git a/src/journal/journald-stream.c b/src/journal/journald-stream.c
index 6d51c29..3ce1c9a 100644
--- a/src/journal/journald-stream.c
+++ b/src/journal/journald-stream.c
@@ -440,7 +440,7 @@ int server_open_stdout_socket(Server *s) {
chmod(sa.un.sun_path, 0666);
if (listen(s->stdout_fd, SOMAXCONN) < 0) {
- log_error("liste() failed: %m");
+ log_error("listen() failed: %m");
return -errno;
}
} else
More information about the systemd-commits
mailing list