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:
parent
0f6de67977
commit
79ab90ef34
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user