Mention which profile we could not classify in the error message
This commit is contained in:
parent
2bb88d69b3
commit
85efe62fdf
|
@ -47,7 +47,7 @@ impl ProfileClassifier {
|
||||||
for did in &dids {
|
for did in &dids {
|
||||||
match self.fill_in_profile_details(did).await {
|
match self.fill_in_profile_details(did).await {
|
||||||
Ok(()) => continue,
|
Ok(()) => continue,
|
||||||
Err(e) => error!("Could not classify profile: {:?}", e),
|
Err(e) => error!("Could not classify profile with did {}: {:?}", did, e),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue