mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
Cleanup: Removed stray error level log line
This commit is contained in:
parent
c71aa0a08f
commit
f60791ad64
@ -629,7 +629,6 @@ static inline void _build_headers_loop(char **ret, size_t *len, const ice_conf
|
||||
if (origin) {
|
||||
value = header->value;
|
||||
if (!value) {
|
||||
ICECAST_LOG_ERROR("value='%s', name='%s', origin='%s', allow='%s'", value, name, origin, allow);
|
||||
if (strcasecmp(name, "Access-Control-Allow-Origin") == 0) {
|
||||
value = origin;
|
||||
} else if (strcasecmp(name, "Access-Control-Allow-Methods") == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user