The unified diff between revisions [a9baedc5..] and [d87bcb56..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "src/fs/coss/store_io_coss.c"
# from [58268fcef5532d82fa407f8dbf909e78282df2e0]
# to [538ac4f2d41faa5f8152ef667124d68bcc9eccc6]
#
============================================================
--- src/fs/coss/store_io_coss.c 58268fcef5532d82fa407f8dbf909e78282df2e0
+++ src/fs/coss/store_io_coss.c 538ac4f2d41faa5f8152ef667124d68bcc9eccc6
@@ -697,7 +697,7 @@ storeCossCreateMemBuf(SwapDir * SD, int
if (curfn > -1 && curfn == e->swap_filen)
*collision = 1; /* Mark an object alloc collision */
assert((o >= newmb->diskstart) && (o < newmb->diskend));
- debug(79, 5) ("check: %s: stripe %d, releasing %x\n", SD->path, stripe, e);
+ debug(79, 5) ("check: %s: stripe %d, releasing %p\n", SD->path, stripe, e);
storeRelease(e);
numreleased++;
m = n;