From e5107db04e31811743b6c23604c659a3c72a9b99 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 28 Apr 2004 04:49:41 +0000 Subject: [PATCH] Quiet ia64 compiler print format warning. --- lustre/obdfilter/filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index eb888cc..2ab2652 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1762,7 +1762,7 @@ static void filter_destroy_precreated(struct obd_export *exp, struct obdo *oa, filter_destroy(exp, &doa, NULL, NULL); } - CDEBUG(D_HA, "%s: after destroy: set last_objids[%d] = "LPU64"\n", + CDEBUG(D_HA, "%s: after destroy: set last_objids["LPU64"] = "LPU64"\n", exp->exp_obd->obd_name, doa.o_gr, oa->o_id); spin_lock(&filter->fo_objidlock); -- 1.8.3.1