Debug message called an unknown variable (previous PR leftover)

This commit is contained in:
Paul Ferrand 2020-06-12 19:45:41 +02:00
parent 2895a2bfee
commit bdaf8f7f11

View file

@ -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;
}