Skip to content

Commit 16c7517

Browse files
committed
Remove "starting"
Fixes #97
1 parent 453299e commit 16c7517

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func main() {
4141
if err := ConfigLoad(&app.proxy, svcFlag); err != nil {
4242
dlog.Fatal(err)
4343
}
44-
dlog.Noticef("Starting dnscrypt-proxy %s", AppVersion)
44+
dlog.Noticef("dnscrypt-proxy %s", AppVersion)
4545

4646
if len(*svcFlag) != 0 {
4747
if err := service.Control(svc, *svcFlag); err != nil {

0 commit comments

Comments
 (0)