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)
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

index b3bc375..c5e4c29 100644 (file)
@@ -355,7 +355,7 @@ enum {
          *
          * XXX overflow is not handled correctly.
          */
-        LU_CDEBUG_LINE = 256
+        LU_CDEBUG_LINE = 512
 };
 
 struct lu_cdebug_data {