Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Wed, 16 Mar 2005 19:14:26 +0000 (19:14 +0000)
committeradilger <adilger>
Wed, 16 Mar 2005 19:14:26 +0000 (19:14 +0000)
Fix typo.

lustre/obdfilter/filter.c

index ddede28..a93f1b2 100644 (file)
@@ -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);