Whamcloud - gitweb
- print the correct strings
authorrread <rread>
Thu, 20 Nov 2003 00:49:00 +0000 (00:49 +0000)
committerrread <rread>
Thu, 20 Nov 2003 00:49:00 +0000 (00:49 +0000)
lustre/obdclass/obd_config.c

index 89626c6..6813797 100644 (file)
@@ -87,7 +87,7 @@ int class_attach(struct lustre_cfg *lcfg)
 
        CDEBUG(D_IOCTL, "attach type %s name: %s uuid: %s\n",
               MKSTR(lcfg->lcfg_inlbuf1),
-              MKSTR(lcfg->lcfg_inlbuf2), MKSTR(lcfg->lcfg_inlbuf3));
+              MKSTR(lcfg->lcfg_dev_name), MKSTR(lcfg->lcfg_inlbuf2));
 
         /* find the type */
         type = class_get_type(typename);