Clean up ToobAmp log messages and rdf:comment's.

This commit is contained in:
Robin E. R. Davies
2024-11-30 22:59:44 -05:00
parent 4a4bd12d38
commit b26bce7850
22 changed files with 620 additions and 384 deletions
+1 -1
View File
@@ -1217,7 +1217,7 @@ private:
}
catch (const std::exception &e)
{
Lv2Log::error("Fatal error while processing jack audio. (%s)", e.what());
Lv2Log::error("Fatal error while processing realtime audio. (%s)", e.what());
throw;
}
}