mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Pass a marker struct instead of an empty array
This commit is contained in:
@@ -145,9 +145,7 @@ void Logger::log_event(bool is_dispatch,
|
||||
overload{
|
||||
[&](const std::nullptr_t&) { message << "<nullptr>"; },
|
||||
[&](const std::string& s) { message << "\"" << s << "\""; },
|
||||
[&](const std::array<char, max_string_length>&) {
|
||||
message << "<writeable_buffer>";
|
||||
}},
|
||||
[&](const NeedsBuffer&) { message << "<writable_buffer>"; }},
|
||||
payload);
|
||||
|
||||
message << ")";
|
||||
|
||||
Reference in New Issue
Block a user