Whamcloud - gitweb
LU-188 Reduce startup messages.
[fs/lustre-release.git] / lustre / obdclass / class_obd.c
index 6c1dd8a..c1ada33 100644 (file)
@@ -515,9 +515,13 @@ int init_obdclass(void)
                 CFS_INIT_LIST_HEAD(&capa_list[i]);
 #endif
 
+#ifdef CRAY_XT3
+        LCONSOLE_INFO("Lustre: Build Version: "BUILD_VERSION"\n");
+#else
         LCONSOLE_INFO("OBD class driver, http://www.lustre.org/\n");
         LCONSOLE_INFO("        Lustre Version: "LUSTRE_VERSION_STRING"\n");
         LCONSOLE_INFO("        Build Version: "BUILD_VERSION"\n");
+#endif
 
         cfs_spin_lock_init(&obd_types_lock);
         cfs_waitq_init(&obd_race_waitq);