mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-09 19:15:27 -05:00
printer: change definition logging to trace
This commit is contained in:
@@ -14,7 +14,7 @@ impl Printer {
|
||||
let mut definitions = Vec::new();
|
||||
|
||||
while let Ok(def) = reader.read_node_definition() {
|
||||
eprintln!("definition: {:?}", def);
|
||||
trace!("definition: {:?}", def);
|
||||
|
||||
let node_type = def.node_type;
|
||||
let key = match def.key() {
|
||||
|
||||
Reference in New Issue
Block a user