Skip to content

Commit

Permalink
Reduce severity level for a log stmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenn committed Jul 30, 2019
1 parent b6d79ee commit a45e9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tty/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ impl Renderer for PosixRenderer {

fn move_cursor_at_leftmost(&mut self, rdr: &mut PosixRawReader) -> Result<()> {
if rdr.poll(0)? != 0 {
warn!(target: "rustyline", "cannot request cursor location");
debug!(target: "rustyline", "cannot request cursor location");
return Ok(());
}
/* Report cursor location */
Expand Down

0 comments on commit a45e9ab

Please sign in to comment.