From d2bbe1a4da108b91529d3a1b28ef988a75147595 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Tue, 25 Oct 2022 08:06:30 +0000 Subject: [PATCH] Fix: Typo --- src/source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source.c b/src/source.c index 4eb8edc8..b4a37b8f 100644 --- a/src/source.c +++ b/src/source.c @@ -638,7 +638,7 @@ static bool source_open_dumpfile(source_t *source) } 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); return false; }