From ca5a7cb42e655e5f0ea53425674e4a1051c6257e Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 12 May 2005 20:42:39 +0000 Subject: [PATCH] Branch b1_4 Add obd_name to message. b=6301 --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index bf339a8..b2808b4 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -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; -- 1.8.3.1