Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Improve logging for storage check
cloudhead committed 2 years ago
commit ef4efe32009a6d9fa748a23287fa2a93b5475530
parent 7484d737d5f3aad5f466a302cbb998446970e0a3
1 file changed +1 -1
modified radicle-node/src/service.rs
@@ -1456,7 +1456,7 @@ where
                                    self.fetch(*id, *announcer, FETCH_TIMEOUT, None);
                                }
                                Err(e) => {
-
                                    error!(target: "service", "Error checking local inventory: {e}");
+
                                    error!(target: "service", "Error checking local inventory for {id}: {e}");
                                }
                            }
                        }