Fix debug output message
This commit is contained in:
parent
d2a5e8fb59
commit
d02d53594e
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ impl UrlLinker for Entry {
|
||||||
|
|
||||||
// then add an internal link to the new file or return an error if this fails
|
// then add an internal link to the new file or return an error if this fails
|
||||||
let _ = self.add_internal_link(file.deref_mut())?;
|
let _ = self.add_internal_link(file.deref_mut())?;
|
||||||
debug!("Error adding internal link");
|
debug!("Added internal link");
|
||||||
|
|
||||||
Ok((link_already_exists, file_id))
|
Ok((link_already_exists, file_id))
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue