Skip to content

Commit

Permalink
because this number makes sense now, i shall let you see it
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Oct 28, 2022
1 parent d061a14 commit 86a2d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Actor/Menus/MusicWheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ MusicWheel::readyWheelItemsData(SortOrder so,
m_nearestCompatibleWheelItemData = ptrSelectedWheelItemData;

auto now = std::chrono::steady_clock::now();
Locator::getLogger()->debug(
Locator::getLogger()->info(
"MusicWheel sorting took: {}ms",
std::chrono::duration<float, std::milli>(now - before).count());
}
Expand Down

0 comments on commit 86a2d6c

Please sign in to comment.