Beep and print error message if PCGen is debugging. @param s String error message
(final String s)
| 320 | * @param s String error message |
| 321 | */ |
| 322 | public static void errorPrint(final String s) |
| 323 | { |
| 324 | log(ERROR, s); |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Beep and print error message if PCGen is debugging. |