diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.rs b/src/parser.rs index b01b242..1ad5fd0 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -140,7 +140,7 @@ impl MapAction { { Ok(a) => Some(a), Err(e) => { - dkeprintln!("{}", e); + error!("{}", e); None }, |
