diff --git a/src/plugins/simulator/fs9/blacksimpluginfreefunctions.cpp b/src/plugins/simulator/fs9/blacksimpluginfreefunctions.cpp index 2a461f37d..96ef0a7a3 100644 --- a/src/plugins/simulator/fs9/blacksimpluginfreefunctions.cpp +++ b/src/plugins/simulator/fs9/blacksimpluginfreefunctions.cpp @@ -199,6 +199,7 @@ namespace BlackSimPlugin errorMessage = "The client attempted to connect to a nonhost computer. Additionally, this error value may be returned by a nonhost that tried to set the application description."; break; default: + errorMessage = QString("Unknown error code %1").arg(error); break; }