diff --git a/src/realmd/Main.cpp b/src/realmd/Main.cpp index 98a27d9e1..351542ebf 100644 --- a/src/realmd/Main.cpp +++ b/src/realmd/Main.cpp @@ -177,6 +177,8 @@ extern int main(int argc, char **argv) DETAIL_LOG("WARNING: Minimal required version [OpenSSL 0.9.8k]"); } + DETAIL_LOG("Using ACE: %s", ACE_VERSION); + #if defined (ACE_HAS_EVENT_POLL) || defined (ACE_HAS_DEV_POLL) ACE_Reactor::instance(new ACE_Reactor(new ACE_Dev_Poll_Reactor(ACE::max_handles(), 1), 1), true); #endif diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 60468c070..9c18af725 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9941" + #define REVISION_NR "9942" #endif // __REVISION_NR_H__