diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-11-18 13:48:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 13:48:10 +0000 |
commit | 75504ef05b8a40d5c644e990b4bf2293436e7b93 (patch) | |
tree | e7353b0edc5408669d434f7ae56fac82e5e1b8f9 /Cargo.lock | |
parent | 3593ec72dd19f5e2766a57241f2ecb9f05929a0b (diff) | |
download | alacritty-75504ef05b8a40d5c644e990b4bf2293436e7b93.tar.gz alacritty-75504ef05b8a40d5c644e990b4bf2293436e7b93.zip |
Lower log level of warnings in ansi.rs
Since ansi.rs is mostly about control sequences sent by applications,
displaying all issues during parsing to the user can be annoying since
Alacritty might not actually do anything wrong.
To resolve this problem, all `warn!` logs in `src/ansi.rs` have been
decreased to the `debug!` level.
This fixes #1809.
Diffstat (limited to 'Cargo.lock')
0 files changed, 0 insertions, 0 deletions