SHL-20, SHL-21, change console message
This commit is contained in:
@@ -475,7 +475,7 @@ public abstract class JLineShell extends AbstractShell implements CommandMarker,
|
||||
} catch (IOException ioe) {
|
||||
throw new IllegalStateException("Shell line reading failure", ioe);
|
||||
}
|
||||
System.out.println("shuting down");
|
||||
System.out.println("shutting down ...");
|
||||
setShellStatus(Status.SHUTTING_DOWN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user