* 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

@ -210,19 +210,12 @@ public class CLogErrorBuffer extends Handler
&& !methodName.equals("dataSave") && !methodName.equals("dataSave")
&& loggerName.indexOf("Issue") == -1 && loggerName.indexOf("Issue") == -1
&& loggerName.indexOf("CConnection") == -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));
} }
} }
} }
} }
}
} // publish } // publish
/** /**