From bb18cd74ac266012e5b468c2a6239cf40935e28b Mon Sep 17 00:00:00 2001 From: zhanghc Date: Thu, 16 Feb 2006 09:40:28 +0000 Subject: [PATCH] DESCRIPTION: changes debug output in liblustre according to Cray's demand BUG: 10116 Modified Files: Tag: b_release_1_4_6 liblustre/llite_lib.c --- lustre/liblustre/llite_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/liblustre/llite_lib.c b/lustre/liblustre/llite_lib.c index 03f5d02..21c50ec 100644 --- 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 */ -- 1.8.3.1