From 79ab90ef3439735cabb2ba134ec3498d707279de Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Tue, 3 May 2016 15:42:15 +0200 Subject: [PATCH] Fix typo in log message --- src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream.c b/src/stream.c index 11663af..b855141 100644 --- a/src/stream.c +++ b/src/stream.c @@ -151,7 +151,7 @@ _stream_cfg_tls(struct stream *s) s->name); break; case CFG_TLS_REQUIRED: - log_error("%s: TLS required by not supported by libshout", + log_error("%s: TLS required but not supported by libshout", s->name); return (-1); default: