Date: Wed, 30 Nov 2016 19:57:21 +0000 (UTC) From: jbeich@freebsd.org (Jan Beich) To: des@FreeBSD.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r308996 - head/lib/libfetch Message-ID: <20161130195721.548691FA5@freefall.freebsd.org> In-Reply-To: <201611221330.uAMDU7fg052989@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smørgrav <des@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161130195721.548691FA5>