mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 10:24:47 +01:00
Move more logs from debug to trace
This commit is contained in:
@@ -175,7 +175,7 @@ public final class SceneGroup {
|
||||
.formatted(this.id, sceneId), luaError);
|
||||
}
|
||||
|
||||
Grasscutter.getLogger().debug("Successfully loaded group {} in scene {}.", this.id, sceneId);
|
||||
Grasscutter.getLogger().trace("Successfully loaded group {} in scene {}.", this.id, sceneId);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user