svn commit: r308996 - head/lib/libfetch

Jan Beich jbeich at freebsd.org
Wed Nov 30 19:57:22 UTC 2016


Dag-Erling Smørgrav <des at 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


More information about the svn-src-head mailing list