Hide the "ENOMEM" notice messages behind bootverbose. They are still
a valuable debugging tool for certain kinds of problems. Approved by: re/scottl
This commit is contained in:
parent
430c635447
commit
2cc9686e52
@ -283,7 +283,8 @@ g_io_deliver(struct bio *bp, int error)
|
|||||||
pp->nend++;
|
pp->nend++;
|
||||||
|
|
||||||
if (error == ENOMEM) {
|
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);
|
g_io_request(bp, cp);
|
||||||
pace++;
|
pace++;
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user