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:
e1683d7
)
modify llog_reader to show args of lov_modify_tgts.
author
lincent
<lincent>
Thu, 27 Oct 2005 08:20:27 +0000
(08:20 +0000)
committer
lincent
<lincent>
Thu, 27 Oct 2005 08:20:27 +0000
(08:20 +0000)
lustre/utils/llog_reader.c
patch
|
blob
|
history
diff --git
a/lustre/utils/llog_reader.c
b/lustre/utils/llog_reader.c
index
def3ddd
..
bb53091
100644
(file)
--- a/
lustre/utils/llog_reader.c
+++ b/
lustre/utils/llog_reader.c
@@
-214,7
+214,8
@@
static void print_1_cfg(struct lustre_cfg *lcfg)
{
int i;
for (i = 0; i < lcfg->lcfg_bufcount; i++)
- printf("%d:%s ", i, lustre_cfg_string(lcfg, i));
+ printf("%d:%.*s ", i, lcfg->lcfg_buflens[i],
+ (char*)lustre_cfg_buf(lcfg, i));
return;
}