~kris/9p

9hist

f20405f4bc36bba233b6240eff6557a6a5dec36e — David du Colombier 28 years ago b00d8f7
Plan 9 from Bell Labs 1998-01-28
1 files changed, 2 insertions(+), 2 deletions(-)

M port/alloc.c
M port/alloc.c => port/alloc.c +2 -2
@@ 254,8 254,8 @@ poolalloc(Pool *p, int size)
		}

		iunlock(&p->l);
		print("arena too large: size %d cursize %d arenasize %d maxsize %d\n",
			 size, p->cursize, p->arenasize, p->maxsize);
		print("%s arena too large: size %d cursize %d arenasize %d maxsize %d\n",
			 p->name, size, p->cursize, p->arenasize, p->maxsize);
		return nil;
	}