From c970f92206f0118d0646547a75b954a59e010617 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Mon, 15 Jun 2020 11:16:51 +0200 Subject: [PATCH] Remove verbose debug message --- src/sfizz/Tuning.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sfizz/Tuning.cpp b/src/sfizz/Tuning.cpp index 36a8fbcd..82ccdfe8 100644 --- a/src/sfizz/Tuning.cpp +++ b/src/sfizz/Tuning.cpp @@ -88,14 +88,13 @@ void Tuning::Impl::updateScale(const Tunings::Scale& scale, absl::optional modificationTime_) { - DBG("File changed!"); + DBG("Scala file changed!"); modificationTime_ = newTime; return true; }