diff --git a/src/plugin/bridges/common.h b/src/plugin/bridges/common.h index 6df18c44..32f5ea2e 100644 --- a/src/plugin/bridges/common.h +++ b/src/plugin/bridges/common.h @@ -228,8 +228,7 @@ class PluginBridge { if (!plugin_host->running()) { generic_logger.log( "The Wine host process has exited unexpectedly. Check " - "the " - "output above for more information."); + "the output above for more information."); std::terminate(); }