Fix typo in log message

This commit is contained in:
Robbert van der Helm
2021-07-20 23:06:59 +02:00
parent b1fc5233d1
commit ca6fc3a453
+1 -1
View File
@@ -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);
});