9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 19:49:06 +00:00

Improve some info logs

This commit is contained in:
CocoTheOwner
2021-07-20 23:29:10 +02:00
parent 0ae7b9c120
commit 9c6c27909d
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();