summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-12 11:14:15 +0000
committerjkh <jkh@FreeBSD.org>1996-07-12 11:14:15 +0000
commit9b9952dd90c3f90e52a9ed9353801ce3313f83dd (patch)
tree8d69a0c48a81d30304bc275196093185da0c25df /release/sysinstall/dist.c
parent95254df1ef3ce9c7e4c30fc83748a3faeb5d7b32 (diff)
downloadFreeBSD-src-9b9952dd90c3f90e52a9ed9353801ce3313f83dd.zip
FreeBSD-src-9b9952dd90c3f90e52a9ed9353801ce3313f83dd.tar.gz
Fix something I broke with CDROM installation (well, I knew my first
test CD would turn at least one bug up :-).
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 79b7218..765f075 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dist.c,v 1.64 1996/07/09 16:57:14 jkh Exp $
+ * $Id: dist.c,v 1.65 1996/07/10 11:38:27 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -366,8 +366,6 @@ distExtract(char *parent, Distribution *me)
/* First try to get the distribution as a single file */
snprintf(buf, 512, "%s/%s.tgz", path, dist);
- if (isDebug())
- msgDebug("Trying to get large piece: %s\n", buf);
/*
* Passing TRUE as 3rd parm to get routine makes this a "probing" get, for which errors
* are not considered too significant.
OpenPOWER on IntegriCloud