Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Amend log messages
✓ CI success Fintan Halpenny committed 1 day ago
commit 006cc1d5e6405cea71601c7067a3f952476c34c8
parent 4c567a7c2a80e09fe4752dc71917ebc40c4f49ff
1 passed (1 total) View logs
1 file changed +2 -2
modified crates/radicle-node/src/main.rs
@@ -456,7 +456,7 @@ mod credential {
                Ok(Some(path)) => Some(Self::DotDev(path)),
                Ok(None) => Self::xyz_path(id_suffix, &id_dev),
                Err(err) => {
-
                    log::warn!(target: "node", "Failed to obtain of the systemd credential with ID '{id_dev}': {err}");
+
                    log::warn!(target: "node", "Failed to obtain the path of the systemd credential with ID '{id_dev}': {err}");
                    Self::xyz_path(id_suffix, &id_dev)
                }
            }
@@ -471,7 +471,7 @@ mod credential {
                }
                Ok(None) => None,
                Err(err) => {
-
                    log::warn!(target: "node", "Failed to obtain path of the systemd credential with ID '{id_xyz}': {err}");
+
                    log::warn!(target: "node", "Failed to obtain the path of the systemd credential with ID '{id_xyz}': {err}");
                    None
                }
            }