Fix missing timestamps since yabridge 3.0.0

This commit is contained in:
Robbert van der Helm
2021-02-24 21:07:01 +01:00
parent a6ac958bfb
commit 2cf5f2dfb9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Added support for a new vendor-specific VST2.4 extension **REAPER** started
using recently where it passes a non-pointer value to a pointer parameter.
This would cause segfaults with some plugins.
- Fixed a regression from yabridge 3.0.0 where log output would no longer
include timestamps.
## [3.0.0] - 2021-02-14
+1 -1
View File
@@ -106,7 +106,7 @@ class Logger {
Logger(std::shared_ptr<std::ostream> stream,
Verbosity verbosity_level,
std::string prefix = "",
bool prefix_timestamp = false);
bool prefix_timestamp = true);
/**
* Create a logger instance based on the set environment variables. See the