From e99a1edd88b386a788c560d050828ad6a51b58a4 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 16 Mar 2005 19:14:26 +0000 Subject: [PATCH] Branch: b1_4 Fix typo. --- 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 ddede28..a93f1b2 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -2258,7 +2258,7 @@ static int filter_truncate(struct obd_export *exp, struct obdo *oa, CERROR("PUNCH not supported, only truncate: end = "LPX64"\n", end); - CDEBUG(D_INODE, "calling truncate for object "LPU64", valid = %x, ", + CDEBUG(D_INODE, "calling truncate for object "LPU64", valid = %x, " "o_size = "LPD64"\n", oa->o_id, oa->o_valid, start); oa->o_size = start; error = filter_setattr(exp, oa, NULL, oti); -- 1.8.3.1