diff options
Diffstat (limited to 'src/libventi/cache.c')
| -rw-r--r-- | src/libventi/cache.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libventi/cache.c b/src/libventi/cache.c index 6ed61a06..fb0be905 100644 --- a/src/libventi/cache.c +++ b/src/libventi/cache.c @@ -262,7 +262,8 @@ vtcachebumpblock(VtCache *c) */ if(c->nheap == 0){ vtcachedump(c); - sysfatal("vtcachebumpblock: no free blocks in vtCache"); + fprint(2, "vtcachebumpblock: no free blocks in vtCache"); + abort(); } b = c->heap[0]; heapdel(b); |
