Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Thu, 12 May 2005 20:42:39 +0000 (20:42 +0000)
committeradilger <adilger>
Thu, 12 May 2005 20:42:39 +0000 (20:42 +0000)
Add obd_name to message.
b=6301

lustre/ldlm/ldlm_lib.c

index bf339a8..b2808b4 100644 (file)
@@ -900,7 +900,7 @@ void target_abort_recovery(void *data)
 static void target_recovery_expired(unsigned long castmeharder)
 {
         struct obd_device *obd = (struct obd_device *)castmeharder;
-        CERROR("recovery timed out, aborting\n");
+        CERROR("%s: recovery timed out, aborting\n", obd->obd_name);
         spin_lock_bh(&obd->obd_processing_task_lock);
         if (obd->obd_recovering)
                 obd->obd_abort_recovery = 1;