diff --git a/src/wine-host/plugin-bridge.cpp b/src/wine-host/plugin-bridge.cpp index c61f1975..35ff98fb 100644 --- a/src/wine-host/plugin-bridge.cpp +++ b/src/wine-host/plugin-bridge.cpp @@ -180,7 +180,8 @@ PluginBridge::PluginBridge(std::string plugin_dll_path, } }); - std::cout << "Finished initializing '" << plugin_dll_path << "'"; + std::cout << "Finished initializing '" << plugin_dll_path << "'" + << std::endl; } void PluginBridge::wait() {