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:
0400413
)
DESCRIPTION: changes debug output in liblustre according to Cray's demand
author
zhanghc
<zhanghc>
Thu, 16 Feb 2006 09:40:28 +0000
(09:40 +0000)
committer
zhanghc
<zhanghc>
Thu, 16 Feb 2006 09:40:28 +0000
(09:40 +0000)
BUG: 10116
Modified Files:
Tag: b_release_1_4_6
liblustre/llite_lib.c
lustre/liblustre/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/liblustre/llite_lib.c
b/lustre/liblustre/llite_lib.c
index
03f5d02
..
21c50ec
100644
(file)
--- a/
lustre/liblustre/llite_lib.c
+++ b/
lustre/liblustre/llite_lib.c
@@
-308,9
+308,9
@@
void __liblustre_setup_(void)
printf("LibLustre: no mount target specified\n");
exit(1);
}
- printf("LibLustre: mount point %s, target %s\n",
- lustre_path, target);
+ CDEBUG(D_CONFIG, "LibLustre: mount point %s, target %s\n",
+ lustre_path, target);
#ifdef INIT_SYSIO
/* initialize libsysio & mount rootfs */