1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Merge branch 'develop' of ssh://git.xiph.org/ezstream into develop

This commit is contained in:
Moritz Grimm 2016-05-19 14:59:23 +02:00
commit 2124bf7486

View File

@ -152,7 +152,7 @@ _stream_cfg_tls(struct stream *s)
s->name); s->name);
break; break;
case CFG_TLS_REQUIRED: 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); s->name);
return (-1); return (-1);
default: default: