merge of '6a60796453a654fe4227ac80133b8d78ceea2119'

and 'ee3198caba6a88f9c23e82ba3fc5100e339803c2'
This commit is contained in:
z3d
2009-07-23 12:12:42 +00:00
4 changed files with 10 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ public class MUXlisten implements Runnable {
this.info.add("STARTING", new Boolean(false));
this.info.releaseWriteLock();
this.database.releaseWriteLock();
throw new IOException(e);
throw new IOException(e.toString());
} catch (RuntimeException e) {
// Something went bad.
this.database.getWriteLock();