aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nxcomp/Loop.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp
index 7e67e3450..2f7671cc6 100644
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -13921,15 +13921,18 @@ void PrintProcessInfo()
{
if (agent == NULL)
{
- cerr << "\nNXPROXY - Version " << control -> LocalVersionMajor
- << "." << control -> LocalVersionMinor << "."
- << control -> LocalVersionPatch << "\n\n";
+
+ cerr << endl;
+
+ PrintVersionInfo();
+
+ cerr << endl;
cerr << GetCopyrightInfo()
- << "\n"
+ << endl
<< GetOtherCopyrightInfo()
- << "\n"
- << "See https://github.com/ArcticaProject/nx-libs for more information.\n\n";
+ << endl
+ << "See https://github.com/ArcticaProject/nx-libs for more information." << endl << endl;
}
//