Merge pull request #448 from CocoTheOwner/infoImprovement

Improve some info logs
This commit is contained in:
Dan
2021-07-21 09:34:41 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ public abstract class Looper extends Thread {
}
}
Iris.info("Thread " + getName() + " Shutdown.");
Iris.info("Thread " + getName() + " Shutdown. Pregen stopped / finished.");
}
protected abstract long loop();