mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-20 10:02:16 +00:00
help, comments: make clear that full-length node ID = public key
Generally, avoid using the "public key" terminology
This commit is contained in:
+1
-1
@@ -148,7 +148,7 @@ impl ConsulDiscovery {
|
||||
ret.push((pubkey, SocketAddr::new(ip, ent.service_port)));
|
||||
} else {
|
||||
warn!(
|
||||
"Could not process node spec from Consul: {:?} (invalid IP or public key)",
|
||||
"Could not process node spec from Consul: {:?} (invalid IP address or node ID/pubkey)",
|
||||
ent
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user