From bdaf8f7f11d5461886280922a49655c569ec0426 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Fri, 12 Jun 2020 19:45:41 +0200 Subject: [PATCH] Debug message called an unknown variable (previous PR leftover) --- src/sfizz/Tuning.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Tuning.cpp b/src/sfizz/Tuning.cpp index 2d4b3d99..fa83ebca 100644 --- a/src/sfizz/Tuning.cpp +++ b/src/sfizz/Tuning.cpp @@ -201,7 +201,7 @@ bool Tuning::loadScalaString(const std::string& text) } if (scl.count <= 0) { - DBG("The scale file is empty: " << path); + DBG("Error loading scala string: " << text); return false; }