Skip to content

Commit

Permalink
[8844] log ACE-version at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
balrok committed Nov 20, 2009
1 parent b51a69c commit be95114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/mangosd/Main.cpp
Expand Up @@ -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"
Expand Down Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8843"
#define REVISION_NR "8844"
#endif // __REVISION_NR_H__

0 comments on commit be95114

Please sign in to comment.