Skip to content

Commit 4c90ad3

Browse files
committed
Clarify that the service is called dnscrypt-proxy
1 parent c6c07b5 commit 4c90ad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dnscrypt-proxy/xtransport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
451451
}
452452
}
453453
} else {
454-
err = errors.New("Service is not usable yet")
454+
err = errors.New("dnscrypt-proxy service is not usable yet")
455455
dlog.Notice(err)
456456
}
457457
} else {

0 commit comments

Comments
 (0)