Check for correct name of init logger.

This commit is contained in:
asofold 2014-11-19 21:59:13 +01:00
parent 1e455f77e2
commit 4544e1da7b

View File

@ -55,7 +55,7 @@ public class LogManager extends AbstractLogManager {
if (!hasStream(Streams.INIT)) {
createInitStream();
}
else if (hasLogger("init")) {
else if (hasLogger(Streams.INIT.name)) {
// Shallow check.
return;
}