mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-06-07 00:01:40 +00:00
Log endpoint when we can't connect to it
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Prefix decoding is now more resilient to bad prefix lengths.
|
||||
- The `-k/--key-file` flag is now global, allowing you to specify it for (inspect)
|
||||
sub commands.
|
||||
- Log the actual endpoint when we can't connect to it
|
||||
|
||||
## [0.3.0] - 2024-01-17
|
||||
|
||||
|
||||
+1
-1
@@ -237,7 +237,7 @@ impl Inner {
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
error!("Couldn't connect to remote: {e}");
|
||||
error!("Couldn't connect to {endpoint}: {e}");
|
||||
(endpoint, None)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user