node: Logging improvements & other small things
modified radicle-cli/src/node.rs
@@ -27,7 +27,7 @@ pub struct SyncSettings {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -37,7 +37,7 @@ impl SyncSettings {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -1863,11 +1863,11 @@ where
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -783,6 +783,7 @@ fn test_refs_announcement_followed() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -381,8 +381,14 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -136,6 +136,8 @@ pub enum FetchResult {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -249,6 +251,7 @@ impl Worker {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -256,7 +259,10 @@ impl Worker {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -265,7 +271,10 @@ impl Worker {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|