From fd2f3d54b77936d4769272d98a2f3c564d9fa5f8 Mon Sep 17 00:00:00 2001 From: huanghua Date: Thu, 12 Oct 2006 02:28:57 +0000 Subject: [PATCH] passing valid argument --- 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 617255a..d76d60a 100644 --- a/lustre/obdclass/obd_config.c +++ b/lustre/obdclass/obd_config.c @@ -977,7 +977,7 @@ static int class_config_llog_handler(struct llog_handle * handle, (lcfg->lcfg_command != LCFG_MARKER)) { CWARN("Config not inside markers, ignoring! " "(inst: %s, uuid: %s, flags: %#x)\n", - clli->cfg_instance, clli->cfg_uuid, + clli->cfg_instance, clli->cfg_uuid.uuid, clli->cfg_flags); clli->cfg_flags |= CFG_F_SKIP; } -- 1.8.3.1