From: huanghua Date: Thu, 12 Oct 2006 02:28:57 +0000 (+0000) Subject: passing valid argument X-Git-Tag: v1_8_0_110~486^2~595 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fd2f3d54b77936d4769272d98a2f3c564d9fa5f8;p=fs%2Flustre-release.git passing valid argument --- 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; }