Whamcloud - gitweb
DESCRIPTION: changes debug output in liblustre according to Cray's demand
authorzhanghc <zhanghc>
Thu, 16 Feb 2006 09:40:28 +0000 (09:40 +0000)
committerzhanghc <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

index 03f5d02..21c50ec 100644 (file)
@@ -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 */