summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 8f123dc..6b3c2d6 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -151,7 +151,7 @@ fn hash_map_iter(h : HashMap<&String, (&LogItem, Vec<(String, String)>)>, d_from
// open the current file for reading
let mut line_iter = BufReader::new(
File::open(file)
- .chain_err(|| format!("antikoerper log file could not be opened: {}", logitem.file()))?
+ .chain_err(|| format!("log file could not be opened: {}", logitem.file()))?
).lines();
// read the file line by line...