mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Change UpdateAvailableProducts log level to trace
This commit is contained in:
parent
17ebfd609d
commit
2452fff6f7
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ void Level3ProductsWidgetImpl::SelectProductCategory(
|
|||
void Level3ProductsWidget::UpdateAvailableProducts(
|
||||
const common::Level3ProductCategoryMap& updatedCategoryMap)
|
||||
{
|
||||
logger_->debug("UpdateAvailableProducts()");
|
||||
logger_->trace("UpdateAvailableProducts()");
|
||||
|
||||
{
|
||||
std::unique_lock lock {p->availableCategoryMutex_};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue