node: Improve logging for storage check
This commit is contained in:
parent
7484d737d5
commit
ef4efe3200
|
|
@ -1456,7 +1456,7 @@ where
|
||||||
self.fetch(*id, *announcer, FETCH_TIMEOUT, None);
|
self.fetch(*id, *announcer, FETCH_TIMEOUT, None);
|
||||||
}
|
}
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!(target: "service", "Error checking local inventory: {e}");
|
error!(target: "service", "Error checking local inventory for {id}: {e}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue