From 2a0afbf2fca5d125de11e81d03d5b04ea02061c1 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sat, 19 Dec 2009 19:49:24 +0100 Subject: log ACE-version at startup. by balrok --HG-- branch : trunk --- src/trinitycore/Main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/trinitycore/Main.cpp') 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 #include +#include #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? -- cgit v1.2.3