From c905f68dc9c8b6132689df50019d84a6fdb28918 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 28 Apr 2003 15:55:11 +0000 Subject: [PATCH] b=1154 oops, back out the changes to the debug until the patch lands --- lustre/obdclass/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdclass/debug.c b/lustre/obdclass/debug.c index 646f3e8..4126cfc 100644 --- a/lustre/obdclass/debug.c +++ b/lustre/obdclass/debug.c @@ -43,7 +43,7 @@ int dump_ioo(struct obd_ioobj *ioo) int dump_lniobuf(struct niobuf_local *nb) { - CERROR("niobuf_local: addr=%p, offset="LPD64", len=%d, xid="LPU64", " + CERROR("niobuf_local: addr=%p, offset=%d, len=%d, xid="LPU64", " "page=%p\n", nb->addr, nb->offset, nb->len, nb->xid, nb->page); CERROR("nb->page: index = %ld\n", nb->page ? nb->page->index : -1); @@ -52,7 +52,7 @@ int dump_lniobuf(struct niobuf_local *nb) int dump_rniobuf(struct niobuf_remote *nb) { - CERROR("niobuf_remote: offset="LPD64", len=%d, flags=%x, xid="LPU64"\n", + CERROR("niobuf_remote: offset=%d, len=%d, flags=%x, xid="LPU64"\n", nb->offset, nb->len, nb->flags, nb->xid); return -EINVAL; -- 1.8.3.1