Replace aitesting log domain with ai/testing

The former was added in commit 40a1e7d3fa.
However, ai/testing predates it by several years (added in commit
ab540dca15).
This commit is contained in:
Iris Morelle 2020-07-06 21:43:58 -04:00 committed by Wedge009
parent 9c5b2ef344
commit f620314800
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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