pool: update debug log format string for poolallocalign()

This commit is contained in:
cinap_lenrek 2013-12-17 15:32:48 +01:00
parent 6e2bea734b
commit 65f426c0bd

View file

@ -1212,7 +1212,7 @@ poolallocalign(Pool *p, ulong n, ulong align, long offset, ulong span)
pooldumpl(p);
}
if(p->logstack && (p->flags & POOL_LOGGING)) p->logstack(p);
LOG(p, "poolalignspanalloc %p %lud %lud %lud %ld = %p\n", p, n, align, span, offset, v);
LOG(p, "poolallocalign %p %lud %lud %ld %lud = %p\n", p, n, align, offset, span, v);
p->unlock(p);
return v;
}