A change that was missed in 4052eb8235.
It is a fix to 'Print only the message contained in the record when the message length is less than the buffer length.'
This commit is contained in:
@@ -122,7 +122,6 @@ public class JLineLogHandler extends Handler {
|
||||
|
||||
// This ensures nothing is ever displayed when redrawing the line
|
||||
reader.setDefaultPrompt("");
|
||||
reader.redrawLine();
|
||||
reader.printString(toDisplay);
|
||||
|
||||
// Now restore the line formatting settings back to their original
|
||||
|
||||
Reference in New Issue
Block a user