mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-24 08:56:46 +00:00
Remove spammy TRACE
This commit is contained in:
@@ -662,7 +662,6 @@ void TPluginMonitor::operator()() {
|
|||||||
while (!mShutdown) {
|
while (!mShutdown) {
|
||||||
std::this_thread::sleep_for(std::chrono::seconds(3));
|
std::this_thread::sleep_for(std::chrono::seconds(3));
|
||||||
for (const auto& Pair : mFileTimes) {
|
for (const auto& Pair : mFileTimes) {
|
||||||
beammp_trace("checking for hot-reloadable files");
|
|
||||||
auto CurrentTime = fs::last_write_time(Pair.first);
|
auto CurrentTime = fs::last_write_time(Pair.first);
|
||||||
if (CurrentTime != Pair.second) {
|
if (CurrentTime != Pair.second) {
|
||||||
mFileTimes[Pair.first] = CurrentTime;
|
mFileTimes[Pair.first] = CurrentTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user