This commit is contained in:
asofold 2012-10-01 02:46:43 +02:00
parent c3eebcc9be
commit 983c7173d7

View File

@ -211,7 +211,7 @@ public class GlobalChat extends AsyncCheck implements INotifyReload{
}
if (wEngine > 0.0f)
debugParts.add("Engine score (" + (cc.globalChatEngineMaximum?"max":"sum") + "): " + CheckUtils.fdec3.format(wEngine));
debugParts.add("Total score: " + CheckUtils.fdec3.format(score) + " (weigth=" + cc.globalChatFrequencyWeight + " => accumulated=" + CheckUtils.fdec3.format(accumulated) + ", vl=" + CheckUtils.fdec3.format(data.globalChatVL));
debugParts.add("Total score: " + CheckUtils.fdec3.format(score) + " (weight=" + cc.globalChatFrequencyWeight + " => accumulated=" + CheckUtils.fdec3.format(accumulated) + ", vl=" + CheckUtils.fdec3.format(data.globalChatVL));
CheckUtils.scheduleOutputJoined(debugParts, " | ");
debugParts.clear();
}