Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d631d0
)
- fixed format in CWARN()
author
yury
<yury>
Sat, 14 Oct 2006 13:03:28 +0000
(13:03 +0000)
committer
yury
<yury>
Sat, 14 Oct 2006 13:03:28 +0000
(13:03 +0000)
lustre/osd/osd_handler.c
patch
|
blob
|
history
diff --git
a/lustre/osd/osd_handler.c
b/lustre/osd/osd_handler.c
index
f5c02d2
..
d5ec5f5
100644
(file)
--- 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 %#
l
x\n", rdpg->rp_hash);
+ CWARN("read page for reset hash %#x\n", rdpg->rp_hash);
} else if (rc > 0)
rc = 0;