From c94e4ee10759af5dc2520c84a5bd8736506d58b6 Mon Sep 17 00:00:00 2001 From: luigi Date: Sun, 14 Jul 2002 12:07:06 +0000 Subject: Replace a logverbose call with log --- release/picobsd/build/picobsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 73bdf3f..1b91bb6 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -852,7 +852,7 @@ set_build_parameters() { PICO_TREE=${PICO_TREE:-${SRC}/release/picobsd} set `grep "#define[\t ]__FreeBSD_version" ${SRC}/sys/sys/param.h` OSVERSION=$3 - logverbose "OSVERSION is ${OSVERSION}" + log "OSVERSION is ${OSVERSION}" if [ "${o_init_src}" != "" ] ; then if [ ${OSVERSION} -lt 500035 ] ; then create_includes_and_libraries -- cgit v1.1