Whamcloud - gitweb
LU-429 Fix and quiet debug message in filter_connect
authoryangsheng <ys@whamcloud.com>
Fri, 5 Aug 2011 09:54:40 +0000 (17:54 +0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 9 Aug 2011 00:44:36 +0000 (20:44 -0400)
commita8e357a12d37ef0e231625e22999246f9f4bb531
tree3a1e7144851c87d4c17f92a9fa1c155751990217
parent3227436e11b4bc77ffd261e8f13adf905fae2353
LU-429 Fix and quiet debug message in filter_connect

The comment refers to mds_connect(), which no longer exits.  So I
just removed the comment.

The message says "Received MDS connection", but this function is
used when clients connect to OSTs as well.  We don't need to see
this message on the console all of the time, so I changed it to
D_INFO.

Change-Id: Iebfbaafe39df702862ade126b979528855173d5c
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Signed-off-by: Yang Sheng <ys@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/963
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/obdfilter/filter.c