mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
7
deps/acelite/ace/Assert.cpp
vendored
7
deps/acelite/ace/Assert.cpp
vendored
@@ -14,7 +14,12 @@ __ace_assert(const char *file, int line, const ACE_TCHAR *expression)
|
||||
log->set (file, line, -1, error, log->restart (),
|
||||
log->msg_ostream (), log->msg_callback ());
|
||||
|
||||
log->log (LM_ERROR, ACE_TEXT ("ACE_ASSERT: file %N, line %l assertion failed for '%s'.%a\n"), expression, -1);
|
||||
#ifdef ACE_LACKS_VA_FUNCTIONS
|
||||
#define LOG_ARGS
|
||||
#else
|
||||
#define LOG_ARGS(X) X
|
||||
#endif
|
||||
log->log LOG_ARGS ((LM_ERROR, ACE_TEXT ("ACE_ASSERT: file %N, line %l assertion failed for '%s'.%a\n"), expression, -1));
|
||||
}
|
||||
|
||||
ACE_END_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
Reference in New Issue
Block a user