Whamcloud - gitweb
LU-2321 debug: Quiet uninitialized target connects
authorPrakash Surya <surya1@llnl.gov>
Tue, 20 Nov 2012 21:04:03 +0000 (13:04 -0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 23 Jan 2013 17:35:10 +0000 (12:35 -0500)
commit53cb69fa4f539d9e3bbca18042a098b0f3f6482e
tree9087c4352108a635d5bb84d680280365dfb7f09d
parenta88b34fe120563967732b98326a9a35f2374a5c8
LU-2321 debug: Quiet uninitialized target connects

When a target is not fully initialized and receives a connection
attempt, it will refuse the connection and print a message to the
console stating this fact. This is "normal operation", so rather
than using LCONSOLE_WARN to convey this information, this patch
modifies it to use CDEBUG.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Change-Id: Ia5d098fcfe2ad9ae2a1406166087db8181496a7d
Reviewed-on: http://review.whamcloud.com/4640
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/ldlm/ldlm_lib.c