Skip to content

Commit

Permalink
print timeout while starting the process
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Dec 20, 2024
1 parent 97e49ec commit da4a74a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/grasshopper/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var startCmd = &cobra.Command{
log.Println("Listening on:", config.Listen)
log.Println("Next hops:", config.NextHops)
log.Println("Socket buffer:", config.SockBuf)
log.Println("Timeout:", config.Timeout)

// Validate cryptographic methods.
if !slices.Contains(allCryptoMethods, config.CI) {
Expand Down

0 comments on commit da4a74a

Please sign in to comment.