From: adilger Date: Thu, 7 Aug 2003 08:00:54 +0000 (+0000) Subject: Fix minor typo in error message. X-Git-Tag: v1_7_0_51~2^7~714 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5b969c4f8a45707939b78ed49abdbf0ac186e719;p=fs%2Flustre-release.git Fix minor typo in error message. --- diff --git a/lustre/obdfilter/filter_io.c b/lustre/obdfilter/filter_io.c index 0885a80..078b960 100644 --- a/lustre/obdfilter/filter_io.c +++ b/lustre/obdfilter/filter_io.c @@ -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);