@@ -282,7 +282,7 @@ public final class ConsoleApplication implements ICommandProvider {
|
|||||||
} catch (final IOException e) {
|
} catch (final IOException e) {
|
||||||
// The manager was closed
|
// The manager was closed
|
||||||
running = false;
|
running = false;
|
||||||
LOGGER.warning("Console manager alreaady closed."); //$NON-NLS-1$
|
LOGGER.warning("Console manager already closed."); //$NON-NLS-1$
|
||||||
LOGGER.log(Level.FINE,
|
LOGGER.log(Level.FINE,
|
||||||
"Exception raised by goodbye message printing... Application will still close.", //$NON-NLS-1$
|
"Exception raised by goodbye message printing... Application will still close.", //$NON-NLS-1$
|
||||||
e);
|
e);
|
||||||
|
|||||||
Reference in New Issue
Block a user