1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

Fix: Typo

This commit is contained in:
Philipp Schafft 2022-10-25 08:06:30 +00:00
parent 79bb5e9583
commit d2bbe1a4da

View File

@ -638,7 +638,7 @@ static bool source_open_dumpfile(source_t *source)
} }
if (!source->format->write_buf_to_file) { if (!source->format->write_buf_to_file) {
ICECAST_LOG_WARN("Can not open dump file for source %#H. format does not support dumping.", source->mount); ICECAST_LOG_WARN("Can not open dump file for source %#H. Format does not support dumping.", source->mount);
event_emit_va("dumpfile-error", EVENT_EXTRA_SOURCE, source, EVENT_EXTRA_LIST_END); event_emit_va("dumpfile-error", EVENT_EXTRA_SOURCE, source, EVENT_EXTRA_LIST_END);
return false; return false;
} }