mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
remove noisy debug log
This commit is contained in:
parent
7d886a4e29
commit
ba4b31b24a
@ -584,7 +584,6 @@ log_format::scan_result_t external_log_format::scan(logfile &lf,
|
|||||||
|
|
||||||
if (!pat->match(pc, pi, PCRE_NO_UTF8_CHECK)) {
|
if (!pat->match(pc, pi, PCRE_NO_UTF8_CHECK)) {
|
||||||
if (!this->lf_pattern_locks.empty() && pat_index != -1) {
|
if (!this->lf_pattern_locks.empty() && pat_index != -1) {
|
||||||
log_debug("no match on pattern %d", pat_index);
|
|
||||||
curr_fmt = -1;
|
curr_fmt = -1;
|
||||||
pat_index = -1;
|
pat_index = -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user