From 5b969c4f8a45707939b78ed49abdbf0ac186e719 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 7 Aug 2003 08:00:54 +0000 Subject: [PATCH] Fix minor typo in error message. --- lustre/obdfilter/filter_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1