Skip to content

Commit

Permalink
s/sable_ircd/node/
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Bennett <[email protected]>
  • Loading branch information
progval and spb committed Aug 25, 2023
1 parent 1435d3c commit e236bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sable_network/src/sync/replicated_log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl ReplicatedEventLog {
attempts
);
if attempts % 5 == 3 {
tracing::warn!("Make sure at least one sable_ircd in your network is started and reachable. If this is your first sable_ircd process, you must provide the --bootstrap-network option.");
tracing::warn!("Make sure at least one node in your network is started and reachable. If this is the first (or only) node, you must provide the --bootstrap-network option.");
}
} else {
tracing::debug!("Requesting network state from {:?}", peer);
Expand Down

0 comments on commit e236bcc

Please sign in to comment.