mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Fix typo in log message
This commit is contained in:
@@ -489,7 +489,7 @@ void Editor::handle_x11_events() noexcept {
|
||||
reinterpret_cast<xcb_visibility_notify_event_t*>(
|
||||
generic_event.get());
|
||||
logger.log_editor_trace([&]() {
|
||||
return "DEBUG: VisibilityNotify for window " +
|
||||
return "DEBUG: VisibilityNotify for window " +
|
||||
std::to_string(event->window);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user