* minor UI changes.
This commit is contained in:
parent
44b157fb64
commit
87733c7a47
|
@ -211,14 +211,7 @@ public class CLogErrorBuffer extends Handler
|
||||||
&& loggerName.indexOf("Issue") == -1
|
&& loggerName.indexOf("Issue") == -1
|
||||||
&& loggerName.indexOf("CConnection") == -1)
|
&& loggerName.indexOf("CConnection") == -1)
|
||||||
{
|
{
|
||||||
if(Ini.isClient())
|
System.err.println(getFormatter().format(record));
|
||||||
{
|
|
||||||
JOptionPane.showMessageDialog(null, getFormatter().format(record), "Error", JOptionPane.ERROR_MESSAGE);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
System.err.println(getFormatter().format(record));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue