1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2025-02-02 15:07:45 -05:00

Fix typo in log message

This commit is contained in:
Moritz Grimm 2016-05-03 15:42:15 +02:00
parent 0f6de67977
commit 79ab90ef34

View File

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