Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
chore: print deprecation notice to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Sep 5, 2024
1 parent c7bbadf commit a1dbf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/libp2p-relay-daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ func main() {
panic(err)

Check warning on line 119 in cmd/libp2p-relay-daemon/main.go

View check run for this annotation

Codecov / codecov/patch

cmd/libp2p-relay-daemon/main.go#L115-L119

Added lines #L115 - L119 were not covered by tests
}
fmt.Printf("RelayV2 is running!\n")
fmt.Println("WARNING: this project is no longer maintained, see https://github.com/libp2p/go-libp2p-relay-daemon#readme")

Check warning on line 122 in cmd/libp2p-relay-daemon/main.go

View check run for this annotation

Codecov / codecov/patch

cmd/libp2p-relay-daemon/main.go#L121-L122

Added lines #L121 - L122 were not covered by tests

select {}
}
Expand Down

0 comments on commit a1dbf15

Please sign in to comment.