From: rread Date: Thu, 20 Nov 2003 00:49:00 +0000 (+0000) Subject: - print the correct strings X-Git-Tag: v1_7_0_51~2^9~152 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6dda54fc32c3a95f1db40dc82400fa7473501c09;p=fs%2Flustre-release.git - print the correct strings --- diff --git a/lustre/obdclass/obd_config.c b/lustre/obdclass/obd_config.c index 89626c6..6813797 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -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);