Whamcloud - gitweb
LU-820 Increase LU_CDEBUG_LINE so that osc page messages fit.
authorOleg Drokin <green@whamcloud.com>
Thu, 3 Nov 2011 03:41:09 +0000 (23:41 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Dec 2011 18:01:37 +0000 (13:01 -0500)
commit312dfa7df789dbb09858cf60c2b844ea7ccc6204
tree6284ce3d2dc3a9846a34b2bca97aeb014be10442
parent1c0e019d2fa853dd51c6369cbca16547939817ed
LU-820 Increase LU_CDEBUG_LINE so that osc page messages fit.

LU_CDEBUG_LINE at 255 does not quite fit osc-page message out of
osc_page_print that is quite long.
As a result we get annoying "does not end in newline" console messages
when this happens.

Doubling LU_CDEBUG_LINE certainly should be enough.

Change-Id: Iec8635d6578e192d3b33643c4b1dab1dae2be6b4
Signed-off-by: Oleg Drokin <green@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1642
Reviewed-by: Jinshan Xiong <jinshan.xiong@whamcloud.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/obdclass/lu_object.c