journald-stream: typo in error message.

This commit is contained in:
Auke Kok 2013-05-13 14:40:55 -07:00
parent 32821c76d5
commit 8060a8b32d
1 changed files with 1 additions and 1 deletions

View File

@ -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