Dag-Erling Smørgrav <d...@freebsd.org> writes:

>  conn_t *
>  fetch_connect(const char *host, int port, int af, int verbose)
>  {
[...]
> +     fetch_info("resolved");

Can you hide it behind "verbose" flag to avoid confusion?

  $ pkg
  The package management tool is not yet installed on your system.
  Do you want to fetch and install it now? [y/N]: y
  Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/latest, 
please wait...
  resolved
  resolved
  [...]

  $ fetch -q http://example.com
  resolved
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to