node: Improve logging for storage check

This commit is contained in:
cloudhead 2024-05-03 23:34:51 +02:00
parent 7484d737d5
commit ef4efe3200
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}");
} }
} }
} }