From: yury Date: Sat, 14 Oct 2006 13:03:28 +0000 (+0000) Subject: - fixed format in CWARN() X-Git-Tag: v1_8_0_110~486^2~533 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2dc1e0da8f9c43e1d7c28f34e7839f2c3fe0a126;p=fs%2Flustre-release.git - fixed format in CWARN() --- 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;