[8844] log ACE-version at startup

This commit is contained in:
balrok 2009-11-20 12:11:04 +01:00
parent 487a8de692
commit d45b6884ee
2 changed files with 3 additions and 1 deletions

View file

@ -30,6 +30,7 @@
#include "revision_nr.h"
#include <openssl/opensslv.h>
#include <openssl/crypto.h>
#include <ace/Version.h>
#ifdef WIN32
#include "ServiceWin32.h"
@ -166,6 +167,7 @@ extern int main(int argc, char **argv)
sLog.outDetail("WARNING: Outdated version of OpenSSL lib. Logins to server may not work!");
sLog.outDetail("WARNING: Minimal required version [OpenSSL 0.9.8k]");
}
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?