mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 20:26:41 +00:00
Replace aitesting log domain with ai/testing
The former was added in commit 40a1e7d3fa74d59e7bba2d23fc535d9aa0a7f499. However, ai/testing predates it by several years (added in commit ab540dca1517e82d0f93153604cdb00f256becd6).
This commit is contained in:
parent
9c5b2ef344
commit
f620314800
@ -68,7 +68,7 @@
|
||||
|
||||
#include "utils/functional.hpp"
|
||||
|
||||
static lg::log_domain log_aitesting("aitesting");
|
||||
static lg::log_domain log_aitesting("ai/testing");
|
||||
#define LOG_AIT LOG_STREAM(info, log_aitesting)
|
||||
//If necessary, this define can be replaced with `#define LOG_AIT std::cout` to restore previous behavior
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
#include "hotkey/hotkey_item.hpp"
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
|
||||
static lg::log_domain log_aitesting("aitesting");
|
||||
static lg::log_domain log_aitesting("ai/testing");
|
||||
#define LOG_AIT LOG_STREAM(info, log_aitesting)
|
||||
//If necessary, this define can be replaced with `#define LOG_AIT std::cout` to restore previous behavior
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user