mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
8
deps/acelite/ace/Service_Config.cpp
vendored
8
deps/acelite/ace/Service_Config.cpp
vendored
@@ -22,6 +22,9 @@
|
||||
#include "ace/Log_Category.h"
|
||||
#include "ace/ACE.h"
|
||||
|
||||
#ifdef ACE_HAS_TSS_EMULATION
|
||||
#include "ace/Object_Manager.h"
|
||||
#endif
|
||||
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
@@ -106,7 +109,7 @@ ACE_Service_Config_Guard::ACE_Service_Config_Guard (ACE_Service_Gestalt * psg)
|
||||
if (ACE::debug ())
|
||||
ACELIB_DEBUG ((LM_DEBUG,
|
||||
ACE_TEXT ("ACE (%P|%t) - SCG:<ctor=%@>")
|
||||
ACE_TEXT (" - config=%@ repo=%@ superceded by repo=%@\n"),
|
||||
ACE_TEXT (" - config=%@ repo=%@ superseded by repo=%@\n"),
|
||||
this,
|
||||
this->saved_.get (),
|
||||
this->saved_->repo_,
|
||||
@@ -536,11 +539,12 @@ ACE_Service_Config::reconfigure (void)
|
||||
{
|
||||
#if !defined (ACE_NLOGGING)
|
||||
time_t t = ACE_OS::time (0);
|
||||
#endif /* ! ACE_NLOGGING */
|
||||
|
||||
if (ACE::debug ())
|
||||
ACELIB_DEBUG ((LM_DEBUG,
|
||||
ACE_TEXT ("beginning reconfiguration at %s"),
|
||||
ACE_OS::ctime (&t)));
|
||||
#endif /* ! ACE_NLOGGING */
|
||||
}
|
||||
if (ACE_Service_Config::process_directives () == -1)
|
||||
ACELIB_ERROR ((LM_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user