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