Skip to content

Commit

Permalink
Message about killing gossip
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Apr 1, 2024
1 parent cf2fe8d commit 5f952f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gossip-lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,6 @@ pub async fn run() {
} else {
tracing::info!("LMDB synced.");
}

tracing::error!("If gossip fails to exit at this point, you can safely kill the process.");
}

0 comments on commit 5f952f5

Please sign in to comment.