* minor UI changes.

This commit is contained in:
Heng Sin Low 2007-02-08 05:41:39 +00:00
parent 44b157fb64
commit 87733c7a47
1 changed files with 1 additions and 8 deletions

View File

@ -211,14 +211,7 @@ public class CLogErrorBuffer extends Handler
&& 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));
}
System.err.println(getFormatter().format(record));
}
}
}