From 2dc1e0da8f9c43e1d7c28f34e7839f2c3fe0a126 Mon Sep 17 00:00:00 2001 From: yury Date: Sat, 14 Oct 2006 13:03:28 +0000 Subject: [PATCH] - fixed format in CWARN() --- lustre/osd/osd_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index f5c02d2..d5ec5f5 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -1423,7 +1423,7 @@ static int osd_readpage(const struct lu_env *env, * state)---position it on the next item. */ rc = iops->next(env, it); - CWARN("read page for reset hash %#lx\n", rdpg->rp_hash); + CWARN("read page for reset hash %#x\n", rdpg->rp_hash); } else if (rc > 0) rc = 0; -- 1.8.3.1