Whamcloud - gitweb
Fix minor typo in error message.
authoradilger <adilger>
Thu, 7 Aug 2003 08:00:54 +0000 (08:00 +0000)
committeradilger <adilger>
Thu, 7 Aug 2003 08:00:54 +0000 (08:00 +0000)
lustre/obdfilter/filter_io.c

index 0885a80..078b960 100644 (file)
@@ -659,7 +659,7 @@ int filter_commitrw(int cmd, struct obd_export *exp, struct obdo *oa,
                         }
 
                         if (time_after(jiffies, lnb->start + 15 * HZ))
-                                CERROR("slow commitrw %lusi (%lus)\n",
+                                CERROR("slow commitrw %lus (%lus)\n",
                                        (jiffies - lnb->start) / HZ,
                                        (jiffies - now) / HZ);