diff options
Diffstat (limited to 'src/trinitycore/Main.cpp')
-rw-r--r-- | src/trinitycore/Main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/trinitycore/Main.cpp b/src/trinitycore/Main.cpp index 23e977bc69f..a4905e20275 100644 --- a/src/trinitycore/Main.cpp +++ b/src/trinitycore/Main.cpp @@ -24,6 +24,7 @@ #include <openssl/opensslv.h> #include <openssl/crypto.h> +#include <ace/Version.h> #include "Common.h" #include "Database/DatabaseEnv.h" @@ -164,6 +165,7 @@ extern int main(int argc, char **argv) while (pause > clock()) {} return 1; } + sLog.outDetail("Using ACE: %s", ACE_VERSION); ///- and run the 'Master' /// \todo Why do we need this 'Master'? Can't all of this be in the Main as for Realmd? |