mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:40:05 +00:00
Lower log level to warn
This commit is contained in:
parent
54941e028f
commit
721a5839bb
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ void Initialize()
|
|||
std::error_code err;
|
||||
|
||||
if (!std::filesystem::remove(countyDatabaseCache, err)) {
|
||||
logger_->error(
|
||||
logger_->warn(
|
||||
"Unable to remove cached copy of database, error code: {} error category: {}",
|
||||
err.value(),
|
||||
err.category().name());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue