diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index d563e176..7a6b9947 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -489,7 +489,7 @@ void Editor::handle_x11_events() noexcept { reinterpret_cast( generic_event.get()); logger.log_editor_trace([&]() { - return "DEBUG: VisibilityNotify for window " + + return "DEBUG: VisibilityNotify for window " + std::to_string(event->window); });