Replace aitesting log domain with ai/testing
The former was added in commit40a1e7d3fa
. However, ai/testing predates it by several years (added in commitab540dca15
).
This commit is contained in:
parent
9c5b2ef344
commit
f620314800
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue