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:
abhishek
2012-05-02 13:09:59 +05:30
parent cc42ad5e79
commit f94dc11979

View File

@@ -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