From: zhanghc Date: Thu, 16 Feb 2006 09:40:28 +0000 (+0000) Subject: DESCRIPTION: changes debug output in liblustre according to Cray's demand X-Git-Tag: v1_7_100~1^103~4^2~19 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=bb18cd74ac266012e5b468c2a6239cf40935e28b;p=fs%2Flustre-release.git 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 --- 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 */