Add debug output to FileID::parse()
This commit is contained in:
parent
f24db1eb7d
commit
81ead3c68c
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ impl FileID {
|
||||||
debug!(" Hash: {:?}", hash);
|
debug!(" Hash: {:?}", hash);
|
||||||
|
|
||||||
FileIDType::from_str(hashname).map(|idtype| {
|
FileIDType::from_str(hashname).map(|idtype| {
|
||||||
|
debug!("ID type = {:?}", idtype);
|
||||||
Some(FileID {
|
Some(FileID {
|
||||||
id: FileHash::from(hash),
|
id: FileHash::from(hash),
|
||||||
id_type: idtype,
|
id_type: idtype,
|
||||||
|
|
Loading…
Reference in a new issue