From 3e633441e3e286c603752de926e702b57973cfae Mon Sep 17 00:00:00 2001 From: casey Date: Wed, 1 Jul 2020 14:18:21 -0700 Subject: [PATCH] Um... oops. --- src/core/library/Indexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/library/Indexer.cpp b/src/core/library/Indexer.cpp index 39801ae0c..d9424409f 100644 --- a/src/core/library/Indexer.cpp +++ b/src/core/library/Indexer.cpp @@ -350,7 +350,7 @@ void Indexer::ReadMetadataFromFile( const boost::filesystem::path& file, const std::string& pathId) { - #define APPEND_LOG(x) if (logFile) { fprintf(logFile, " - ["##x"] %s\n", file.string().c_str()); } + #define APPEND_LOG(x) if (logFile) { fprintf(logFile, " - [%s] %s\n", x, file.string().c_str()); } musik::core::IndexerTrack track(0); TagStore* store = nullptr;