This commit is contained in:
Matthias Beyer 2016-09-05 00:35:04 +02:00
parent 3a0739c1cf
commit 70a17ca62c

View file

@ -208,7 +208,7 @@ fn handle_external_linking(rt: &Runtime) {
}
let entry = entry.unwrap();
if entry.is_none() {
warn!("Entry nt found: {:?}", entry_name);
warn!("Entry not found: {:?}", entry_name);
return;
}
let mut entry = entry.unwrap();