Skip to content

Commit cfa2e1e

Browse files
committed
Reduce log spam
1 parent 588f886 commit cfa2e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ventooth/swansong/shader/uniform/CompiledUniforms.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public static CompiledUniforms createCompiledUniforms(UniformFunctionRegistry mc
132132
shaderVar.expression()
133133
.replace('\n', ' ')
134134
.replace('\r', ' '));
135-
Share.log.error("Stacktrace:", e);
135+
Share.log.trace("Stacktrace:", e);
136136
continue;
137137
}
138138
if (accessor != null) {

0 commit comments

Comments
 (0)