mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
log ACE-version at startup. by balrok
--HG-- branch : trunk
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user