Whamcloud - gitweb
* fixed libcfs watchdog CWARN; units are mS, not uS
authoreeb <eeb>
Tue, 5 Apr 2005 10:44:21 +0000 (10:44 +0000)
committereeb <eeb>
Tue, 5 Apr 2005 10:44:21 +0000 (10:44 +0000)
lnet/libcfs/watchdog.c

index a873da7..c9be01a 100644 (file)
@@ -118,7 +118,7 @@ static void lcw_cb(unsigned long data)
 
         lcw->lcw_state = LC_WATCHDOG_EXPIRED;
 
-        CWARN("Watchdog triggered for pid %d: it was inactive for %dus\n",
+        CWARN("Watchdog triggered for pid %d: it was inactive for %dms\n",
               lcw->lcw_pid, (lcw->lcw_time * 1000) / HZ);
 
         tsk = lcw_lookup_task(lcw);