From: Ned Bass Date: Wed, 5 Sep 2012 22:34:34 +0000 (-0700) Subject: LUDOC-11 debug: fix wrong libcfs debug header path X-Git-Tag: 2.3.0~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=59cf8c37afea092cfcb241358105603b2800dd92;p=doc%2Fmanual.git LUDOC-11 debug: fix wrong libcfs debug header path An incorrect path was given to the header file listing debug subsystems and message types. Signed-off-by: Ned Bass Change-Id: Ib272ed9630f23f99d5f66760804bc3627d58f5dc Reviewed-on: http://review.whamcloud.com/3882 Tested-by: Hudson Reviewed-by: Richard Henwood Tested-by: Richard Henwood --- diff --git a/LustreDebugging.xml b/LustreDebugging.xml index 3b68bf7..8402265 100644 --- a/LustreDebugging.xml +++ b/LustreDebugging.xml @@ -158,7 +158,7 @@ Lustre Debugging Tools <indexterm><primary>debugging</primary><secondary>message format</secondary></indexterm>Understanding the Lustre Debug Messaging Format Lustre debug messages are categorized by originating sybsystem, message type, and locaton in the source code. For a list of subsystems and message types, see . - For a current list of subsystems and debug message types, see lnet/include/libcfs/libcfs.h in the Lustre tree + For a current list of subsystems and debug message types, see libcfs/include/libcfs/libcfs_debug.h in the Lustre tree The elements of a Lustre debug message are described in Format of Lustre Debug Messages.