From 6dda54fc32c3a95f1db40dc82400fa7473501c09 Mon Sep 17 00:00:00 2001 From: rread Date: Thu, 20 Nov 2003 00:49:00 +0000 Subject: [PATCH] - print the correct strings --- lustre/obdclass/obd_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1