From 7d1e63b49ab3dfd520858c38830f93e911548fc1 Mon Sep 17 00:00:00 2001 From: Minh Diep Date: Tue, 10 Jan 2012 13:16:17 -0800 Subject: [PATCH] LU-972 ldlm: reduce server log message everytime client connect Changed to D_HA to reduce the messages Signed-off-by: Minh Diep Change-Id: Ief4507ef484369b6a7aafb7ce9b1f1e0b1f0967e Reviewed-on: http://review.whamcloud.com/1944 Tested-by: Hudson Reviewed-by: Fan Yong Tested-by: Maloo Reviewed-by: Mikhail Pershin Reviewed-by: Johann Lombardi Reviewed-by: Oleg Drokin --- 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 3a98991..478824e 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -902,7 +902,7 @@ no_export: GOTO(out, rc); } - CWARN("%s: connection from %s@%s %st"LPU64" exp %p cur %ld last %ld\n", + CDEBUG(D_HA, "%s: connection from %s@%s %st"LPU64" exp %p cur %ld last %ld\n", target->obd_name, cluuid.uuid, libcfs_nid2str(req->rq_peer.nid), target->obd_recovering ? "recovering/" : "", data->ocd_transno, export, (long)cfs_time_current_sec(), -- 1.8.3.1