• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision465d14bf97f01eb3a12f0417b3b529d24f47149e (tree)
Zeit2021-07-21 15:28:32
AutorDaan van Yperen <daan@most...>
CommiterGitHub

Log Message

Fix: Reflection cache generator stopped logging types. (#6605)

Ändern Zusammenfassung

Diff

--- a/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ReflectionCacheGenerator.java
+++ b/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/ReflectionCacheGenerator.java
@@ -120,6 +120,7 @@ public class ReflectionCacheGenerator extends Generator {
120120 String nestedMsg = "";
121121 for (int i = 0; i < nesting; i++)
122122 nestedMsg += " ";
123+ nestedMsg += message;
123124 logger.log(Type.INFO, nestedMsg);
124125 }
125126