aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/geom_io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c
index 708a1dd16b3c..27a8859a4e04 100644
--- a/sys/geom/geom_io.c
+++ b/sys/geom/geom_io.c
@@ -283,7 +283,8 @@ g_io_deliver(struct bio *bp, int error)
pp->nend++;
if (error == ENOMEM) {
- printf("ENOMEM %p on %p(%s)\n", bp, pp, pp->name);
+ if (bootverbose)
+ printf("ENOMEM %p on %p(%s)\n", bp, pp, pp->name);
g_io_request(bp, cp);
pace++;
return;