diff --git a/src/repo/sqlite.rs b/src/repo/sqlite.rs index 8f5b798..7f3166f 100644 --- a/src/repo/sqlite.rs +++ b/src/repo/sqlite.rs @@ -1009,7 +1009,7 @@ fn query_from_filter(f: &ReqFilter) -> (String, Vec>, Option { - info!("Could not parse hex range from author {:?}", auth); + trace!("Could not parse hex range from author {:?}", auth); } } }