From: adilger Date: Thu, 12 May 2005 20:42:39 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~1^25~8^2~132 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ca5a7cb42e655e5f0ea53425674e4a1051c6257e;p=fs%2Flustre-release.git Branch b1_4 Add obd_name to message. b=6301 --- 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;